#375F63

Color #375F63 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #375F63

Tints of Oracle #375F63

Color information

#375F63 (or 0x375F63) is unknown color: approx Oracle. HEX triplet: 37, 5F and 63. RGB value is (55,95,99). Sum of RGB (Red+Green+Blue) = 55+95+99=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #375F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F63 is #C8A09C. Grayscale: #535353. Windows color (decimal): -13148317 or 6512439. OLE color: 6512439.

HSL color Cylindrical-coordinate representation of color #375F63: hue angle of 185.45º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #375F63 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB559599-
CMYK0.440.0400.61
HSL185.45º28.57%30.2%-
HSV(B)185.45º44.44%38.82%-
XYZ7.929.913.3-
YUV83.5136.75107.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 95 (37.5% from 255) = 38.15%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=22.09%
G=38.15%
B=39.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5595990.440.0400.61185.4528.5730.2
Hex375F632C403Db91d1e
Octal671371435440752713536
Binary110111101111111000111011001000111101101110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375F63; }

 p { color: rgb(55,95,99); }

 H1.HeaderClassName
 {
   color: #375F63;
 }
 .AnyTagClassName
 {
   color: #375F63;
 }
</style>
background-color css

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

 a { background-color: rgb(55,95,99); }

 div.DivClassName
 {
   background-color: #375F63;
 }
 .BgClassName
 {
   background-color: #375F63;
 }
</style>
border-color css

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

 span { border-color: rgb(55,95,99); }

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