Html Css Color HEX #03588D Dark Cerulean

📋 copy color: '#03588D'

red 3 ◦ green 88 ◦ blue 141

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

Shades of Dark Cerulean #03588D

Tints of Dark Cerulean #03588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.93%

 BLUE value IS 141 (55.47% from 255) = 60.78%

R = 1.29%
G = 37.93%
B = 60.78%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03588D (or 0x03588D) is known color: Dark Cerulean. HEX triplet: 03, 58 and 8D. RGB value is (3,88,141). Sum of RGB (Red+Green+Blue) = 3+88+141=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #03588D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03588D is #FCA772. Grayscale: #444444. Windows color (decimal): -16557939 or 9263107. OLE color: 9263107.

HSL color Cylindrical-coordinate representation of color #03588D: hue angle of 203.04º 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 #03588D is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 88 141 -
CMYK 0.98 0.38 0 0.45
HSL 203.04º 0.96% 0.28% -
HSV(B) 203.04º 0.98% 0.55% -
XYZ 8.33 8.92 26.48 -
YUV 68.63 168.84 81.19 -
System Red Green Blue C M Y K H S L
Decimal 3 88 141 0.98 0.38 0 0.45 203.04 0.96 0.28
Hex 3 58 8D 62 26 0 2D CB 60 1C
Octal 3 130 215 142 46 0 55 313 140 34
Binary 11 1011000 10001101 1100010 100110 0 101101 11001011 1100000 11100

Color Harmonies of #03588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03588D

Black with #03588D

Text Example


Text Example

White with #03588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03588D; }

 p { color: rgb(3,88,141); }

 H1.HeaderClassName
 {
   color: #03588D;
 }
 .AnyTagClassName
 {
   color: #03588D;
 }
</style>

background-color css

<style>
 a { background-color: #03588D; }

 a { background-color: rgb(3,88,141); }

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

border-color css

<style>
 span { border-color: #03588D; }

 span { border-color: rgb(3,88,141); }

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