Html Css Color HEX #038396 Eastern Blue

📋 copy color: '#038396'

red 3 ◦ green 131 ◦ blue 150

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

Shades of Eastern Blue #038396

Tints of Eastern Blue #038396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.13%

 BLUE value IS 150 (58.98% from 255) = 52.82%

R = 1.06%
G = 46.13%
B = 52.82%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#038396 (or 0x038396) is known color: Eastern Blue. HEX triplet: 03, 83 and 96. RGB value is (3,131,150). Sum of RGB (Red+Green+Blue) = 3+131+150=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #038396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038396 is #FC7C69. Grayscale: #5E5E5E. Windows color (decimal): -16546922 or 9863939. OLE color: 9863939.

HSL color Cylindrical-coordinate representation of color #038396: hue angle of 187.76º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038396 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 3 131 150 -
CMYK 0.98 0.13 0 0.41
HSL 187.76º 0.96% 0.3% -
HSV(B) 187.76º 0.98% 0.59% -
XYZ 13.66 18.45 31.7 -
YUV 94.89 159.09 62.46 -
System Red Green Blue C M Y K H S L
Decimal 3 131 150 0.98 0.13 0 0.41 187.76 0.96 0.3
Hex 3 83 96 62 D 0 29 BC 60 1E
Octal 3 203 226 142 15 0 51 274 140 36
Binary 11 10000011 10010110 1100010 1101 0 101001 10111100 1100000 11110

Color Harmonies of #038396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038396

Black with #038396

Text Example


Text Example

White with #038396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038396; }

 p { color: rgb(3,131,150); }

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

background-color css

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

 a { background-color: rgb(3,131,150); }

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

border-color css

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

 span { border-color: rgb(3,131,150); }

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