Html Css Color HEX #038F99 Eastern Blue

📋 copy color: '#038F99'

red 3 ◦ green 143 ◦ blue 153

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

Shades of Eastern Blue #038F99

Tints of Eastern Blue #038F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.83%

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

R = 1%
G = 47.83%
B = 51.17%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#038F99 (or 0x038F99) is known color: Eastern Blue. HEX triplet: 03, 8F and 99. RGB value is (3,143,153). Sum of RGB (Red+Green+Blue) = 3+143+153=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #038F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038F99 is #FC7066. Grayscale: #666666. Windows color (decimal): -16543847 or 10063619. OLE color: 10063619.

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

Color convert

RGB 3 143 153 -
CMYK 0.98 0.07 0 0.4
HSL 184º 0.96% 0.31% -
HSV(B) 184º 0.98% 0.6% -
XYZ 15.61 21.96 33.55 -
YUV 102.28 156.62 57.19 -
System Red Green Blue C M Y K H S L
Decimal 3 143 153 0.98 0.07 0 0.4 184 0.96 0.31
Hex 3 8F 99 62 7 0 28 B8 60 1F
Octal 3 217 231 142 7 0 50 270 140 37
Binary 11 10001111 10011001 1100010 111 0 101000 10111000 1100000 11111

Color Harmonies of #038F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038F99

Black with #038F99

Text Example


Text Example

White with #038F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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