Html Css Color HEX #038794 Eastern Blue

📋 copy color: '#038794'

red 3 ◦ green 135 ◦ blue 148

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

Shades of Eastern Blue #038794

Tints of Eastern Blue #038794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.2%

 BLUE value IS 148 (58.2% from 255) = 51.75%

R = 1.05%
G = 47.2%
B = 51.75%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#038794 (or 0x038794) is known color: Eastern Blue. HEX triplet: 03, 87 and 94. RGB value is (3,135,148). Sum of RGB (Red+Green+Blue) = 3+135+148=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #038794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038794 is #FC786B. Grayscale: #606060. Windows color (decimal): -16545900 or 9733891. OLE color: 9733891.

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

Color convert

RGB 3 135 148 -
CMYK 0.98 0.09 0 0.42
HSL 185.38º 0.96% 0.3% -
HSV(B) 185.38º 0.98% 0.58% -
XYZ 14.05 19.49 31.04 -
YUV 97.01 156.77 60.94 -
System Red Green Blue C M Y K H S L
Decimal 3 135 148 0.98 0.09 0 0.42 185.38 0.96 0.3
Hex 3 87 94 62 9 0 2A B9 60 1E
Octal 3 207 224 142 11 0 52 271 140 36
Binary 11 10000111 10010100 1100010 1001 0 101010 10111001 1100000 11110

Color Harmonies of #038794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038794

Black with #038794

Text Example


Text Example

White with #038794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038794; }

 p { color: rgb(3,135,148); }

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

background-color css

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

 a { background-color: rgb(3,135,148); }

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

border-color css

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

 span { border-color: rgb(3,135,148); }

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