Html Css Color HEX #038366 Observatory

📋 copy color: '#038366'

red 3 ◦ green 131 ◦ blue 102

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

Shades of Observatory #038366

Tints of Observatory #038366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.51%

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

R = 1.27%
G = 55.51%
B = 43.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#038366 (or 0x038366) is known color: Observatory. HEX triplet: 03, 83 and 66. RGB value is (3,131,102). Sum of RGB (Red+Green+Blue) = 3+131+102=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #038366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038366 is #FC7C99. Grayscale: #595959. Windows color (decimal): -16546970 or 6718211. OLE color: 6718211.

HSL color Cylindrical-coordinate representation of color #038366: hue angle of 166.41º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038366 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 131 102 -
CMYK 0.98 0 0.22 0.49
HSL 166.41º 0.96% 0.26% -
HSV(B) 166.41º 0.98% 0.51% -
XYZ 10.55 17.21 15.34 -
YUV 89.42 135.09 66.36 -
System Red Green Blue C M Y K H S L
Decimal 3 131 102 0.98 0 0.22 0.49 166.41 0.96 0.26
Hex 3 83 66 62 0 16 31 A6 60 1A
Octal 3 203 146 142 0 26 61 246 140 32
Binary 11 10000011 1100110 1100010 0 10110 110001 10100110 1100000 11010

Color Harmonies of #038366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038366

Black with #038366

Text Example


Text Example

White with #038366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038366; }

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

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

background-color css

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

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

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

border-color css

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

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

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