Html Css Color HEX #038572 Observatory

📋 copy color: '#038572'

red 3 ◦ green 133 ◦ blue 114

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

Shades of Observatory #038572

Tints of Observatory #038572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 1.2%
G = 53.2%
B = 45.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#038572 (or 0x038572) is known color: Observatory. HEX triplet: 03, 85 and 72. RGB value is (3,133,114). Sum of RGB (Red+Green+Blue) = 3+133+114=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #038572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038572 is #FC7A8D. Grayscale: #5B5B5B. Windows color (decimal): -16546446 or 7505155. OLE color: 7505155.

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

Color convert

RGB 3 133 114 -
CMYK 0.98 0 0.14 0.48
HSL 171.23º 0.96% 0.27% -
HSV(B) 171.23º 0.98% 0.52% -
XYZ 11.46 18.01 18.79 -
YUV 91.96 140.43 64.54 -
System Red Green Blue C M Y K H S L
Decimal 3 133 114 0.98 0 0.14 0.48 171.23 0.96 0.27
Hex 3 85 72 62 0 E 30 AB 60 1B
Octal 3 205 162 142 0 16 60 253 140 33
Binary 11 10000101 1110010 1100010 0 1110 110000 10101011 1100000 11011

Color Harmonies of #038572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038572

Black with #038572

Text Example


Text Example

White with #038572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038572; }

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

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

background-color css

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

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

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

border-color css

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

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

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