#3072CA

Color #3072CA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3072CA

Tints of Curious Blue #3072CA

Color information

#3072CA (or 0x3072CA) is unknown color: approx Curious Blue. HEX triplet: 30, 72 and CA. RGB value is (48,114,202). Sum of RGB (Red+Green+Blue) = 48+114+202=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #3072CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3072CA is #CF8D35. Grayscale: #676767. Windows color (decimal): -13602102 or 13267504. OLE color: 13267504.

HSL color Cylindrical-coordinate representation of color #3072CA: hue angle of 214.29º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3072CA is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB48114202-
CMYK0.760.4400.21
HSL214.29º61.6%49.02%-
HSV(B)214.29º76.24%79.22%-
XYZ17.916.9358.2-
YUV104.3183.1387.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 13.19%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 202 (79.30% from 255) = 55.49%
R=13.19%
G=31.32%
B=55.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal481142020.760.4400.21214.2961.649.02
Hex3072CA4C2C015d63e31
Octal60162312114540253267661
Binary110000111001011001010100110010110001010111010110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3072CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3072CA; }

 p { color: rgb(48,114,202); }

 H1.HeaderClassName
 {
   color: #3072CA;
 }
 .AnyTagClassName
 {
   color: #3072CA;
 }
</style>
background-color css

<style>
 a { background-color: #3072CA; }

 a { background-color: rgb(48,114,202); }

 div.DivClassName
 {
   background-color: #3072CA;
 }
 .BgClassName
 {
   background-color: #3072CA;
 }
</style>
border-color css

<style>
 span { border-color: #3072CA; }

 span { border-color: rgb(48,114,202); }

 td.TdClassName
 {
   border-color: #3072CA;
 }
 .TagClassName
 {
   border-color: #3072CA;
 }
</style>