Html Css Color HEX #03548C Dark Cerulean

📋 copy color: '#03548C'

red 3 ◦ green 84 ◦ blue 140

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

Shades of Dark Cerulean #03548C

Tints of Dark Cerulean #03548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.67%

R = 1.32%
G = 37%
B = 61.67%

CMYK

 C value IS 0.98

 M value IS 0.4

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03548C (or 0x03548C) is known color: Dark Cerulean. HEX triplet: 03, 54 and 8C. RGB value is (3,84,140). Sum of RGB (Red+Green+Blue) = 3+84+140=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #03548C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03548C is #FCAB73. Grayscale: #414141. Windows color (decimal): -16558964 or 9196547. OLE color: 9196547.

HSL color Cylindrical-coordinate representation of color #03548C: hue angle of 204.53º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03548C is Cyan = 0.98, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 84 140 -
CMYK 0.98 0.4 0 0.45
HSL 204.53º 0.96% 0.28% -
HSV(B) 204.53º 0.98% 0.55% -
XYZ 7.94 8.25 25.99 -
YUV 66.17 169.66 82.95 -
System Red Green Blue C M Y K H S L
Decimal 3 84 140 0.98 0.4 0 0.45 204.53 0.96 0.28
Hex 3 54 8C 62 28 0 2D CD 60 1C
Octal 3 124 214 142 50 0 55 315 140 34
Binary 11 1010100 10001100 1100010 101000 0 101101 11001101 1100000 11100

Color Harmonies of #03548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03548C

Black with #03548C

Text Example


Text Example

White with #03548C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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