Html Css Color HEX #03548A Dark Cerulean

📋 copy color: '#03548A'

red 3 ◦ green 84 ◦ blue 138

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

Shades of Dark Cerulean #03548A

Tints of Dark Cerulean #03548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 61.33%

R = 1.33%
G = 37.33%
B = 61.33%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#03548A (or 0x03548A) is known color: Dark Cerulean. HEX triplet: 03, 54 and 8A. RGB value is (3,84,138). Sum of RGB (Red+Green+Blue) = 3+84+138=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #03548A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03548A is #FCAB75. Grayscale: #414141. Windows color (decimal): -16558966 or 9065475. OLE color: 9065475.

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

Color convert

RGB 3 84 138 -
CMYK 0.98 0.39 0 0.46
HSL 204º 0.96% 0.28% -
HSV(B) 204º 0.98% 0.54% -
XYZ 7.8 8.19 25.22 -
YUV 65.94 168.66 83.11 -
System Red Green Blue C M Y K H S L
Decimal 3 84 138 0.98 0.39 0 0.46 204 0.96 0.28
Hex 3 54 8A 62 27 0 2E CC 60 1C
Octal 3 124 212 142 47 0 56 314 140 34
Binary 11 1010100 10001010 1100010 100111 0 101110 11001100 1100000 11100

Color Harmonies of #03548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03548A

Black with #03548A

Text Example


Text Example

White with #03548A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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