Html Css Color HEX #03547C Dark Cerulean

📋 copy color: '#03547C'

red 3 ◦ green 84 ◦ blue 124

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

Shades of Dark Cerulean #03547C

Tints of Dark Cerulean #03547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.81%

 BLUE value IS 124 (48.83% from 255) = 58.77%

R = 1.42%
G = 39.81%
B = 58.77%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03547C (or 0x03547C) is known color: Dark Cerulean. HEX triplet: 03, 54 and 7C. RGB value is (3,84,124). Sum of RGB (Red+Green+Blue) = 3+84+124=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #03547C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03547C is #FCAB83. Grayscale: #404040. Windows color (decimal): -16558980 or 8147971. OLE color: 8147971.

HSL color Cylindrical-coordinate representation of color #03547C: hue angle of 199.83º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03547C is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 84 124 -
CMYK 0.98 0.32 0 0.51
HSL 199.83º 0.95% 0.25% -
HSV(B) 199.83º 0.98% 0.49% -
XYZ 6.85 7.82 20.22 -
YUV 64.34 161.66 84.25 -
System Red Green Blue C M Y K H S L
Decimal 3 84 124 0.98 0.32 0 0.51 199.83 0.95 0.25
Hex 3 54 7C 62 20 0 33 C8 5F 19
Octal 3 124 174 142 40 0 63 310 137 31
Binary 11 1010100 1111100 1100010 100000 0 110011 11001000 1011111 11001

Color Harmonies of #03547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03547C

Black with #03547C

Text Example


Text Example

White with #03547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03547C; }

 p { color: rgb(3,84,124); }

 H1.HeaderClassName
 {
   color: #03547C;
 }
 .AnyTagClassName
 {
   color: #03547C;
 }
</style>

background-color css

<style>
 a { background-color: #03547C; }

 a { background-color: rgb(3,84,124); }

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

border-color css

<style>
 span { border-color: #03547C; }

 span { border-color: rgb(3,84,124); }

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