Html Css Color HEX #038C99 Eastern Blue

📋 copy color: '#038C99'

red 3 ◦ green 140 ◦ blue 153

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

Shades of Eastern Blue #038C99

Tints of Eastern Blue #038C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.3%

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

R = 1.01%
G = 47.3%
B = 51.69%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#038C99 (or 0x038C99) is known color: Eastern Blue. HEX triplet: 03, 8C and 99. RGB value is (3,140,153). Sum of RGB (Red+Green+Blue) = 3+140+153=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #038C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038C99 is #FC7366. Grayscale: #646464. Windows color (decimal): -16544615 or 10062851. OLE color: 10062851.

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

Color convert

RGB 3 140 153 -
CMYK 0.98 0.08 0 0.4
HSL 185.2º 0.96% 0.31% -
HSV(B) 185.2º 0.98% 0.6% -
XYZ 15.17 21.08 33.41 -
YUV 100.52 157.61 58.44 -
System Red Green Blue C M Y K H S L
Decimal 3 140 153 0.98 0.08 0 0.4 185.2 0.96 0.31
Hex 3 8C 99 62 8 0 28 B9 60 1F
Octal 3 214 231 142 10 0 50 271 140 37
Binary 11 10001100 10011001 1100010 1000 0 101000 10111001 1100000 11111

Color Harmonies of #038C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038C99

Black with #038C99

Text Example


Text Example

White with #038C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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