Html Css Color HEX #3072CB Curious Blue

📋 copy color: '#3072CB'

red 48 ◦ green 114 ◦ blue 203

#3072CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3072CB

Tints of Curious Blue #3072CB

RGB

 RED value IS 48 (19.14% from 255) = 13.15%

 GREEN value IS 114 (44.92% from 255) = 31.23%

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 13.15%
G = 31.23%
B = 55.62%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3072CB (or 0x3072CB) is known color: Curious Blue. HEX triplet: 30, 72 and CB. RGB value is (48,114,203). Sum of RGB (Red+Green+Blue) = 48+114+203=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #3072CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3072CB is #CF8D34. Grayscale: #676767. Windows color (decimal): -13602101 or 13333040. OLE color: 13333040.

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

Color convert

RGB 48 114 203 -
CMYK 0.76 0.44 0 0.20
HSL 214.45º 0.62% 0.49% -
HSV(B) 214.45º 0.76% 0.8% -
XYZ 18.02 16.97 58.83 -
YUV 104.41 183.63 87.76 -
System Red Green Blue C M Y K H S L
Decimal 48 114 203 0.76 0.44 0 0.20 214.45 0.62 0.49
Hex 30 72 CB 4C 2C 0 14 D6 3E 31
Octal 60 162 313 114 54 0 24 326 76 61
Binary 110000 1110010 11001011 1001100 101100 0 10100 11010110 111110 110001

Color Harmonies of #3072CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3072CB

Black with #3072CB

Text Example


Text Example

White with #3072CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3072CB;
 }
 .AnyTagClassName
 {
   color: #3072CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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