Html Css Color HEX #038698 Eastern Blue

📋 copy color: '#038698'

red 3 ◦ green 134 ◦ blue 152

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

Shades of Eastern Blue #038698

Tints of Eastern Blue #038698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.6%

R = 1.04%
G = 46.37%
B = 52.6%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#038698 (or 0x038698) is known color: Eastern Blue. HEX triplet: 03, 86 and 98. RGB value is (3,134,152). Sum of RGB (Red+Green+Blue) = 3+134+152=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #038698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038698 is #FC7967. Grayscale: #606060. Windows color (decimal): -16546152 or 9995779. OLE color: 9995779.

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

Color convert

RGB 3 134 152 -
CMYK 0.98 0.12 0 0.40
HSL 187.25º 0.96% 0.3% -
HSV(B) 187.25º 0.98% 0.6% -
XYZ 14.23 19.34 32.69 -
YUV 96.88 159.1 61.04 -
System Red Green Blue C M Y K H S L
Decimal 3 134 152 0.98 0.12 0 0.40 187.25 0.96 0.3
Hex 3 86 98 62 C 0 28 BB 60 1E
Octal 3 206 230 142 14 0 50 273 140 36
Binary 11 10000110 10011000 1100010 1100 0 101000 10111011 1100000 11110

Color Harmonies of #038698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038698

Black with #038698

Text Example


Text Example

White with #038698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038698; }

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

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

background-color css

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

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

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

border-color css

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

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

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