Html Css Color HEX #038866 Observatory

📋 copy color: '#038866'

red 3 ◦ green 136 ◦ blue 102

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

Shades of Observatory #038866

Tints of Observatory #038866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.43%

 BLUE value IS 102 (40.23% from 255) = 42.32%

R = 1.24%
G = 56.43%
B = 42.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#038866 (or 0x038866) is known color: Observatory. HEX triplet: 03, 88 and 66. RGB value is (3,136,102). Sum of RGB (Red+Green+Blue) = 3+136+102=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #038866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038866 is #FC7799. Grayscale: #5C5C5C. Windows color (decimal): -16545690 or 6719491. OLE color: 6719491.

HSL color Cylindrical-coordinate representation of color #038866: hue angle of 164.66º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038866 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 136 102 -
CMYK 0.98 0 0.25 0.47
HSL 164.66º 0.96% 0.27% -
HSV(B) 164.66º 0.98% 0.53% -
XYZ 11.24 18.59 15.57 -
YUV 92.36 133.44 64.26 -
System Red Green Blue C M Y K H S L
Decimal 3 136 102 0.98 0 0.25 0.47 164.66 0.96 0.27
Hex 3 88 66 62 0 19 2F A5 60 1B
Octal 3 210 146 142 0 31 57 245 140 33
Binary 11 10001000 1100110 1100010 0 11001 101111 10100101 1100000 11011

Color Harmonies of #038866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038866

Black with #038866

Text Example


Text Example

White with #038866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038866; }

 p { color: rgb(3,136,102); }

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

background-color css

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

 a { background-color: rgb(3,136,102); }

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

border-color css

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

 span { border-color: rgb(3,136,102); }

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