Html Css Color HEX #03949A Eastern Blue

📋 copy color: '#03949A'

red 3 ◦ green 148 ◦ blue 154

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

Shades of Eastern Blue #03949A

Tints of Eastern Blue #03949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.49%

R = 0.98%
G = 48.52%
B = 50.49%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#03949A (or 0x03949A) is known color: Eastern Blue. HEX triplet: 03, 94 and 9A. RGB value is (3,148,154). Sum of RGB (Red+Green+Blue) = 3+148+154=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #03949A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03949A is #FC6B65. Grayscale: #696969. Windows color (decimal): -16542566 or 10130435. OLE color: 10130435.

HSL color Cylindrical-coordinate representation of color #03949A: hue angle of 182.38º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03949A is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 148 154 -
CMYK 0.98 0.04 0 0.40
HSL 182.38º 0.96% 0.31% -
HSV(B) 182.38º 0.98% 0.6% -
XYZ 16.46 23.53 34.25 -
YUV 105.33 155.46 55.01 -
System Red Green Blue C M Y K H S L
Decimal 3 148 154 0.98 0.04 0 0.40 182.38 0.96 0.31
Hex 3 94 9A 62 4 0 28 B6 60 1F
Octal 3 224 232 142 4 0 50 266 140 37
Binary 11 10010100 10011010 1100010 100 0 101000 10110110 1100000 11111

Color Harmonies of #03949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03949A

Black with #03949A

Text Example


Text Example

White with #03949A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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