#375759

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

Shades of Oracle #375759

Tints of Oracle #375759

Color information

#375759 (or 0x375759) is unknown color: approx Oracle. HEX triplet: 37, 57 and 59. RGB value is (55,87,89). Sum of RGB (Red+Green+Blue) = 55+87+89=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #375759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375759 is #C8A8A6. Grayscale: #4D4D4D. Windows color (decimal): -13150375 or 5855031. OLE color: 5855031.

HSL color Cylindrical-coordinate representation of color #375759: hue angle of 183.53º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375759 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB558789-
CMYK0.380.0200.65
HSL183.53º23.61%28.24%-
HSV(B)183.53º38.2%34.9%-
XYZ6.798.3510.71-
YUV77.66134.4111.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.81%
GREEN value IS 87 (34.38% from 255) = 37.66%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=23.81%
G=37.66%
B=38.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5587890.380.0200.65183.5323.6128.24
Hex375759262041b8181c
Octal6712713146201012703034
Binary110111101011110110011001101001000001101110001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375759; }

 p { color: rgb(55,87,89); }

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

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

 a { background-color: rgb(55,87,89); }

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

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

 span { border-color: rgb(55,87,89); }

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