Html Css Color HEX #038566 Observatory

📋 copy color: '#038566'

red 3 ◦ green 133 ◦ blue 102

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

Shades of Observatory #038566

Tints of Observatory #038566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.88%

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

R = 1.26%
G = 55.88%
B = 42.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#038566 (or 0x038566) is known color: Observatory. HEX triplet: 03, 85 and 66. RGB value is (3,133,102). Sum of RGB (Red+Green+Blue) = 3+133+102=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #038566 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038566 is #FC7A99. Grayscale: #5A5A5A. Windows color (decimal): -16546458 or 6718723. OLE color: 6718723.

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

Color convert

RGB 3 133 102 -
CMYK 0.98 0 0.23 0.48
HSL 165.69º 0.96% 0.27% -
HSV(B) 165.69º 0.98% 0.52% -
XYZ 10.82 17.75 15.43 -
YUV 90.6 134.43 65.52 -
System Red Green Blue C M Y K H S L
Decimal 3 133 102 0.98 0 0.23 0.48 165.69 0.96 0.27
Hex 3 85 66 62 0 17 30 A6 60 1B
Octal 3 205 146 142 0 27 60 246 140 33
Binary 11 10000101 1100110 1100010 0 10111 110000 10100110 1100000 11011

Color Harmonies of #038566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038566

Black with #038566

Text Example


Text Example

White with #038566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038566; }

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

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

background-color css

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

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

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

border-color css

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

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

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