Html Css Color HEX #038568 Observatory

📋 copy color: '#038568'

red 3 ◦ green 133 ◦ blue 104

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

Shades of Observatory #038568

Tints of Observatory #038568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.33%

R = 1.25%
G = 55.42%
B = 43.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#038568 (or 0x038568) is known color: Observatory. HEX triplet: 03, 85 and 68. RGB value is (3,133,104). Sum of RGB (Red+Green+Blue) = 3+133+104=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #038568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038568 is #FC7A97. Grayscale: #5A5A5A. Windows color (decimal): -16546456 or 6849795. OLE color: 6849795.

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

Color convert

RGB 3 133 104 -
CMYK 0.98 0 0.22 0.48
HSL 166.62º 0.96% 0.27% -
HSV(B) 166.62º 0.98% 0.52% -
XYZ 10.92 17.79 15.96 -
YUV 90.82 135.43 65.36 -
System Red Green Blue C M Y K H S L
Decimal 3 133 104 0.98 0 0.22 0.48 166.62 0.96 0.27
Hex 3 85 68 62 0 16 30 A7 60 1B
Octal 3 205 150 142 0 26 60 247 140 33
Binary 11 10000101 1101000 1100010 0 10110 110000 10100111 1100000 11011

Color Harmonies of #038568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038568

Black with #038568

Text Example


Text Example

White with #038568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038568; }

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

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

background-color css

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

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

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

border-color css

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

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

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