Html Css Color HEX #0375AB Cerulean

📋 copy color: '#0375AB'

red 3 ◦ green 117 ◦ blue 171

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

Shades of Cerulean #0375AB

Tints of Cerulean #0375AB

RGB

 RED value IS 3 (1.56% from 255) = 1.03%

 GREEN value IS 117 (46.09% from 255) = 40.21%

 BLUE value IS 171 (67.19% from 255) = 58.76%

R = 1.03%
G = 40.21%
B = 58.76%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0375AB (or 0x0375AB) is known color: Cerulean. HEX triplet: 03, 75 and AB. RGB value is (3,117,171). Sum of RGB (Red+Green+Blue) = 3+117+171=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #0375AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0375AB is #FC8A54. Grayscale: #585858. Windows color (decimal): -16550485 or 11236611. OLE color: 11236611.

HSL color Cylindrical-coordinate representation of color #0375AB: hue angle of 199.29º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0375AB is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 117 171 -
CMYK 0.98 0.32 0 0.33
HSL 199.29º 0.97% 0.34% -
HSV(B) 199.29º 0.98% 0.67% -
XYZ 13.75 15.68 40.83 -
YUV 89.07 174.23 66.61 -
System Red Green Blue C M Y K H S L
Decimal 3 117 171 0.98 0.32 0 0.33 199.29 0.97 0.34
Hex 3 75 AB 62 20 0 21 C7 61 22
Octal 3 165 253 142 40 0 41 307 141 42
Binary 11 1110101 10101011 1100010 100000 0 100001 11000111 1100001 100010

Color Harmonies of #0375AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0375AB

Black with #0375AB

Text Example


Text Example

White with #0375AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0375AB; }

 p { color: rgb(3,117,171); }

 H1.HeaderClassName
 {
   color: #0375AB;
 }
 .AnyTagClassName
 {
   color: #0375AB;
 }
</style>

background-color css

<style>
 a { background-color: #0375AB; }

 a { background-color: rgb(3,117,171); }

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

border-color css

<style>
 span { border-color: #0375AB; }

 span { border-color: rgb(3,117,171); }

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