Html Css Color HEX #0375AD Cerulean

📋 copy color: '#0375AD'

red 3 ◦ green 117 ◦ blue 173

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

Shades of Cerulean #0375AD

Tints of Cerulean #0375AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.04%

R = 1.02%
G = 39.93%
B = 59.04%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0375AD (or 0x0375AD) is known color: Cerulean. HEX triplet: 03, 75 and AD. RGB value is (3,117,173). Sum of RGB (Red+Green+Blue) = 3+117+173=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #0375AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0375AD is #FC8A52. Grayscale: #585858. Windows color (decimal): -16550483 or 11367683. OLE color: 11367683.

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

Color convert

RGB 3 117 173 -
CMYK 0.98 0.32 0 0.32
HSL 199.76º 0.97% 0.35% -
HSV(B) 199.76º 0.98% 0.68% -
XYZ 13.94 15.76 41.84 -
YUV 89.3 175.23 66.45 -
System Red Green Blue C M Y K H S L
Decimal 3 117 173 0.98 0.32 0 0.32 199.76 0.97 0.35
Hex 3 75 AD 62 20 0 20 C8 61 23
Octal 3 165 255 142 40 0 40 310 141 43
Binary 11 1110101 10101101 1100010 100000 0 100000 11001000 1100001 100011

Color Harmonies of #0375AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0375AD

Black with #0375AD

Text Example


Text Example

White with #0375AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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