Html Css Color HEX #038774 Observatory

📋 copy color: '#038774'

red 3 ◦ green 135 ◦ blue 116

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

Shades of Observatory #038774

Tints of Observatory #038774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.67%

R = 1.18%
G = 53.15%
B = 45.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#038774 (or 0x038774) is known color: Observatory. HEX triplet: 03, 87 and 74. RGB value is (3,135,116). Sum of RGB (Red+Green+Blue) = 3+135+116=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #038774 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038774 is #FC788B. Grayscale: #5D5D5D. Windows color (decimal): -16545932 or 7636739. OLE color: 7636739.

HSL color Cylindrical-coordinate representation of color #038774: hue angle of 171.36º 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 #038774 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 135 116 -
CMYK 0.98 0 0.14 0.47
HSL 171.36º 0.96% 0.27% -
HSV(B) 171.36º 0.98% 0.53% -
XYZ 11.85 18.61 19.49 -
YUV 93.37 140.77 63.54 -
System Red Green Blue C M Y K H S L
Decimal 3 135 116 0.98 0 0.14 0.47 171.36 0.96 0.27
Hex 3 87 74 62 0 E 2F AB 60 1B
Octal 3 207 164 142 0 16 57 253 140 33
Binary 11 10000111 1110100 1100010 0 1110 101111 10101011 1100000 11011

Color Harmonies of #038774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038774

Black with #038774

Text Example


Text Example

White with #038774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038774; }

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

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

background-color css

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

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

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

border-color css

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

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

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