Html Css Color HEX #03769A Cerulean

📋 copy color: '#03769A'

red 3 ◦ green 118 ◦ blue 154

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

Shades of Cerulean #03769A

Tints of Cerulean #03769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.91%

 BLUE value IS 154 (60.55% from 255) = 56%

R = 1.09%
G = 42.91%
B = 56%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#03769A (or 0x03769A) is known color: Cerulean. HEX triplet: 03, 76 and 9A. RGB value is (3,118,154). Sum of RGB (Red+Green+Blue) = 3+118+154=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #03769A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03769A is #FC8965. Grayscale: #575757. Windows color (decimal): -16550246 or 10122755. OLE color: 10122755.

HSL color Cylindrical-coordinate representation of color #03769A: hue angle of 194.3º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03769A is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 118 154 -
CMYK 0.98 0.23 0 0.40
HSL 194.3º 0.96% 0.31% -
HSV(B) 194.3º 0.98% 0.6% -
XYZ 12.35 15.31 32.88 -
YUV 87.72 165.4 67.57 -
System Red Green Blue C M Y K H S L
Decimal 3 118 154 0.98 0.23 0 0.40 194.3 0.96 0.31
Hex 3 76 9A 62 17 0 28 C2 60 1F
Octal 3 166 232 142 27 0 50 302 140 37
Binary 11 1110110 10011010 1100010 10111 0 101000 11000010 1100000 11111

Color Harmonies of #03769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03769A

Black with #03769A

Text Example


Text Example

White with #03769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03769A; }

 p { color: rgb(3,118,154); }

 H1.HeaderClassName
 {
   color: #03769A;
 }
 .AnyTagClassName
 {
   color: #03769A;
 }
</style>

background-color css

<style>
 a { background-color: #03769A; }

 a { background-color: rgb(3,118,154); }

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

border-color css

<style>
 span { border-color: #03769A; }

 span { border-color: rgb(3,118,154); }

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