Html Css Color HEX #038699 Eastern Blue

📋 copy color: '#038699'

red 3 ◦ green 134 ◦ blue 153

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

Shades of Eastern Blue #038699

Tints of Eastern Blue #038699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.21%

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

R = 1.03%
G = 46.21%
B = 52.76%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#038699 (or 0x038699) is known color: Eastern Blue. HEX triplet: 03, 86 and 99. RGB value is (3,134,153). Sum of RGB (Red+Green+Blue) = 3+134+153=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #038699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038699 is #FC7966. Grayscale: #606060. Windows color (decimal): -16546151 or 10061315. OLE color: 10061315.

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

Color convert

RGB 3 134 153 -
CMYK 0.98 0.12 0 0.4
HSL 187.6º 0.96% 0.31% -
HSV(B) 187.6º 0.98% 0.6% -
XYZ 14.31 19.37 33.12 -
YUV 97 159.6 60.96 -
System Red Green Blue C M Y K H S L
Decimal 3 134 153 0.98 0.12 0 0.4 187.6 0.96 0.31
Hex 3 86 99 62 C 0 28 BC 60 1F
Octal 3 206 231 142 14 0 50 274 140 37
Binary 11 10000110 10011001 1100010 1100 0 101000 10111100 1100000 11111

Color Harmonies of #038699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038699

Black with #038699

Text Example


Text Example

White with #038699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038699; }

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

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

background-color css

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

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

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

border-color css

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

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

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