Html Css Color HEX #038495 Eastern Blue

📋 copy color: '#038495'

red 3 ◦ green 132 ◦ blue 149

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

Shades of Eastern Blue #038495

Tints of Eastern Blue #038495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.48%

 BLUE value IS 149 (58.59% from 255) = 52.46%

R = 1.06%
G = 46.48%
B = 52.46%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#038495 (or 0x038495) is known color: Eastern Blue. HEX triplet: 03, 84 and 95. RGB value is (3,132,149). Sum of RGB (Red+Green+Blue) = 3+132+149=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #038495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038495 is #FC7B6A. Grayscale: #5F5F5F. Windows color (decimal): -16546667 or 9798659. OLE color: 9798659.

HSL color Cylindrical-coordinate representation of color #038495: hue angle of 186.99º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038495 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 132 149 -
CMYK 0.98 0.11 0 0.42
HSL 186.99º 0.96% 0.3% -
HSV(B) 186.99º 0.98% 0.58% -
XYZ 13.71 18.69 31.32 -
YUV 95.37 158.26 62.12 -
System Red Green Blue C M Y K H S L
Decimal 3 132 149 0.98 0.11 0 0.42 186.99 0.96 0.3
Hex 3 84 95 62 B 0 2A BB 60 1E
Octal 3 204 225 142 13 0 52 273 140 36
Binary 11 10000100 10010101 1100010 1011 0 101010 10111011 1100000 11110

Color Harmonies of #038495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038495

Black with #038495

Text Example


Text Example

White with #038495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038495; }

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

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

background-color css

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

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

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

border-color css

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

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

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