Html Css Color HEX #03959D Eastern Blue

📋 copy color: '#03959D'

red 3 ◦ green 149 ◦ blue 157

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

Shades of Eastern Blue #03959D

Tints of Eastern Blue #03959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.22%

 BLUE value IS 157 (61.72% from 255) = 50.81%

R = 0.97%
G = 48.22%
B = 50.81%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03959D (or 0x03959D) is known color: Eastern Blue. HEX triplet: 03, 95 and 9D. RGB value is (3,149,157). Sum of RGB (Red+Green+Blue) = 3+149+157=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #03959D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03959D is #FC6A62. Grayscale: #6A6A6A. Windows color (decimal): -16542307 or 10327299. OLE color: 10327299.

HSL color Cylindrical-coordinate representation of color #03959D: hue angle of 183.12º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03959D is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 149 157 -
CMYK 0.98 0.05 0 0.38
HSL 183.12º 0.96% 0.31% -
HSV(B) 183.12º 0.98% 0.62% -
XYZ 16.87 23.95 35.63 -
YUV 106.26 156.63 54.35 -
System Red Green Blue C M Y K H S L
Decimal 3 149 157 0.98 0.05 0 0.38 183.12 0.96 0.31
Hex 3 95 9D 62 5 0 26 B7 60 1F
Octal 3 225 235 142 5 0 46 267 140 37
Binary 11 10010101 10011101 1100010 101 0 100110 10110111 1100000 11111

Color Harmonies of #03959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03959D

Black with #03959D

Text Example


Text Example

White with #03959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,149,157); }

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

background-color css

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

 a { background-color: rgb(3,149,157); }

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

border-color css

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

 span { border-color: rgb(3,149,157); }

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