Html Css Color HEX #03949D Eastern Blue

📋 copy color: '#03949D'

red 3 ◦ green 148 ◦ blue 157

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

Shades of Eastern Blue #03949D

Tints of Eastern Blue #03949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.05%

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

R = 0.97%
G = 48.05%
B = 50.97%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03949D (or 0x03949D) is known color: Eastern Blue. HEX triplet: 03, 94 and 9D. RGB value is (3,148,157). Sum of RGB (Red+Green+Blue) = 3+148+157=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #03949D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03949D is #FC6B62. Grayscale: #696969. Windows color (decimal): -16542563 or 10327043. OLE color: 10327043.

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

Color convert

RGB 3 148 157 -
CMYK 0.98 0.06 0 0.38
HSL 183.51º 0.96% 0.31% -
HSV(B) 183.51º 0.98% 0.62% -
XYZ 16.71 23.63 35.58 -
YUV 105.67 156.96 54.77 -
System Red Green Blue C M Y K H S L
Decimal 3 148 157 0.98 0.06 0 0.38 183.51 0.96 0.31
Hex 3 94 9D 62 6 0 26 B8 60 1F
Octal 3 224 235 142 6 0 46 270 140 37
Binary 11 10010100 10011101 1100010 110 0 100110 10111000 1100000 11111

Color Harmonies of #03949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03949D

Black with #03949D

Text Example


Text Example

White with #03949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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