#375F61

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

Shades of Oracle #375F61

Tints of Oracle #375F61

Color information

#375F61 (or 0x375F61) is unknown color: approx Oracle. HEX triplet: 37, 5F and 61. RGB value is (55,95,97). Sum of RGB (Red+Green+Blue) = 55+95+97=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 97 - color contains mainly: blue. Hex color #375F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F61 is #C8A09E. Grayscale: #535353. Windows color (decimal): -13148319 or 6381367. OLE color: 6381367.

HSL color Cylindrical-coordinate representation of color #375F61: hue angle of 182.86º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #375F61 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB559597-
CMYK0.430.0200.62
HSL182.86º27.63%29.8%-
HSV(B)182.86º43.3%38.04%-
XYZ7.839.8612.8-
YUV83.27135.75107.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 95 (37.5% from 255) = 38.46%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=22.27%
G=38.46%
B=39.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5595970.430.0200.62182.8627.6329.8
Hex375F612B203Eb71c1e
Octal671371415320762673436
Binary11011110111111100001101011100111110101101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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