Html Css Color HEX #038595 Eastern Blue

📋 copy color: '#038595'

red 3 ◦ green 133 ◦ blue 149

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

Shades of Eastern Blue #038595

Tints of Eastern Blue #038595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.67%

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

R = 1.05%
G = 46.67%
B = 52.28%

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

#038595 (or 0x038595) is known color: Eastern Blue. HEX triplet: 03, 85 and 95. RGB value is (3,133,149). Sum of RGB (Red+Green+Blue) = 3+133+149=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #038595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038595 is #FC7A6A. Grayscale: #5F5F5F. Windows color (decimal): -16546411 or 9798915. OLE color: 9798915.

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

Color convert

RGB 3 133 149 -
CMYK 0.98 0.11 0 0.42
HSL 186.58º 0.96% 0.3% -
HSV(B) 186.58º 0.98% 0.58% -
XYZ 13.85 18.96 31.36 -
YUV 95.95 157.93 61.7 -
System Red Green Blue C M Y K H S L
Decimal 3 133 149 0.98 0.11 0 0.42 186.58 0.96 0.3
Hex 3 85 95 62 B 0 2A BB 60 1E
Octal 3 205 225 142 13 0 52 273 140 36
Binary 11 10000101 10010101 1100010 1011 0 101010 10111011 1100000 11110

Color Harmonies of #038595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038595

Black with #038595

Text Example


Text Example

White with #038595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038595; }

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

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

background-color css

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

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

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

border-color css

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

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

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