Html Css Color HEX #038599 Eastern Blue

📋 copy color: '#038599'

red 3 ◦ green 133 ◦ blue 153

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

Shades of Eastern Blue #038599

Tints of Eastern Blue #038599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.94%

R = 1.04%
G = 46.02%
B = 52.94%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#038599 (or 0x038599) is known color: Eastern Blue. HEX triplet: 03, 85 and 99. RGB value is (3,133,153). Sum of RGB (Red+Green+Blue) = 3+133+153=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #038599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038599 is #FC7A66. Grayscale: #606060. Windows color (decimal): -16546407 or 10061059. OLE color: 10061059.

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

Color convert

RGB 3 133 153 -
CMYK 0.98 0.13 0 0.4
HSL 188º 0.96% 0.31% -
HSV(B) 188º 0.98% 0.6% -
XYZ 14.17 19.09 33.08 -
YUV 96.41 159.93 61.37 -
System Red Green Blue C M Y K H S L
Decimal 3 133 153 0.98 0.13 0 0.4 188 0.96 0.31
Hex 3 85 99 62 D 0 28 BC 60 1F
Octal 3 205 231 142 15 0 50 274 140 37
Binary 11 10000101 10011001 1100010 1101 0 101000 10111100 1100000 11111

Color Harmonies of #038599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038599

Black with #038599

Text Example


Text Example

White with #038599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038599; }

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

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

background-color css

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

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

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

border-color css

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

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

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