Html Css Color HEX #038C67 Observatory

📋 copy color: '#038C67'

red 3 ◦ green 140 ◦ blue 103

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

Shades of Observatory #038C67

Tints of Observatory #038C67

RGB

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

 GREEN value IS 140 (55.08% from 255) = 56.91%

 BLUE value IS 103 (40.63% from 255) = 41.87%

R = 1.22%
G = 56.91%
B = 41.87%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#038C67 (or 0x038C67) is known color: Observatory. HEX triplet: 03, 8C and 67. RGB value is (3,140,103). Sum of RGB (Red+Green+Blue) = 3+140+103=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 140 (55.08% from 255 or 56.91% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 140 - color contains mainly: green. Hex color #038C67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038C67 is #FC7398. Grayscale: #5E5E5E. Windows color (decimal): -16544665 or 6786051. OLE color: 6786051.

HSL color Cylindrical-coordinate representation of color #038C67: hue angle of 163.8º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038C67 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 140 103 -
CMYK 0.98 0 0.26 0.45
HSL 163.8º 0.96% 0.28% -
HSV(B) 163.8º 0.98% 0.55% -
XYZ 11.86 19.75 16.02 -
YUV 94.82 132.61 62.51 -
System Red Green Blue C M Y K H S L
Decimal 3 140 103 0.98 0 0.26 0.45 163.8 0.96 0.28
Hex 3 8C 67 62 0 1A 2D A4 60 1C
Octal 3 214 147 142 0 32 55 244 140 34
Binary 11 10001100 1100111 1100010 0 11010 101101 10100100 1100000 11100

Color Harmonies of #038C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038C67

Black with #038C67

Text Example


Text Example

White with #038C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,140,103); }

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

background-color css

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

 a { background-color: rgb(3,140,103); }

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

border-color css

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

 span { border-color: rgb(3,140,103); }

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