#375C5F

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

Shades of Oracle #375C5F

Tints of Oracle #375C5F

Color information

#375C5F (or 0x375C5F) is unknown color: approx Oracle. HEX triplet: 37, 5C and 5F. RGB value is (55,92,95). Sum of RGB (Red+Green+Blue) = 55+92+95=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #375C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C5F is #C8A3A0. Grayscale: #515151. Windows color (decimal): -13149089 or 6249527. OLE color: 6249527.

HSL color Cylindrical-coordinate representation of color #375C5F: hue angle of 184.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #375C5F is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB559295-
CMYK0.420.0300.63
HSL184.5º26.67%29.41%-
HSV(B)184.5º42.11%37.25%-
XYZ7.479.2912.23-
YUV81.28135.74109.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 92 (36.33% from 255) = 38.02%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=22.73%
G=38.02%
B=39.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5592950.420.0300.63184.526.6729.41
Hex375C5F2A303Fb81b1d
Octal671341375230772703335
Binary11011110111001011111101010110111111101110001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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