Html Css Color HEX #038795 Eastern Blue

📋 copy color: '#038795'

red 3 ◦ green 135 ◦ blue 149

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

Shades of Eastern Blue #038795

Tints of Eastern Blue #038795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.04%

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

R = 1.05%
G = 47.04%
B = 51.92%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#038795 (or 0x038795) is known color: Eastern Blue. HEX triplet: 03, 87 and 95. RGB value is (3,135,149). Sum of RGB (Red+Green+Blue) = 3+135+149=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #038795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038795 is #FC786A. Grayscale: #606060. Windows color (decimal): -16545899 or 9799427. OLE color: 9799427.

HSL color Cylindrical-coordinate representation of color #038795: hue angle of 185.75º 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 #038795 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 135 149 -
CMYK 0.98 0.09 0 0.42
HSL 185.75º 0.96% 0.3% -
HSV(B) 185.75º 0.98% 0.58% -
XYZ 14.13 19.52 31.46 -
YUV 97.13 157.27 60.86 -
System Red Green Blue C M Y K H S L
Decimal 3 135 149 0.98 0.09 0 0.42 185.75 0.96 0.3
Hex 3 87 95 62 9 0 2A BA 60 1E
Octal 3 207 225 142 11 0 52 272 140 36
Binary 11 10000111 10010101 1100010 1001 0 101010 10111010 1100000 11110

Color Harmonies of #038795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038795

Black with #038795

Text Example


Text Example

White with #038795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038795; }

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

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

background-color css

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

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

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

border-color css

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

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

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