#375A5D

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

Shades of Oracle #375A5D

Tints of Oracle #375A5D

Color information

#375A5D (or 0x375A5D) is unknown color: approx Oracle. HEX triplet: 37, 5A and 5D. RGB value is (55,90,93). Sum of RGB (Red+Green+Blue) = 55+90+93=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #375A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A5D is #C8A5A2. Grayscale: #4F4F4F. Windows color (decimal): -13149603 or 6117943. OLE color: 6117943.

HSL color Cylindrical-coordinate representation of color #375A5D: hue angle of 184.74º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #375A5D is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB559093-
CMYK0.410.0300.64
HSL184.74º25.68%29.02%-
HSV(B)184.74º40.86%36.47%-
XYZ7.218.9111.7-
YUV79.88135.4110.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 90 (35.55% from 255) = 37.82%
BLUE value IS 93 (36.72% from 255) = 39.08%
R=23.11%
G=37.82%
B=39.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5590930.410.0300.64184.7425.6829.02
Hex375A5D293040b91a1d
Octal6713213551301002713235
Binary110111101101010111011010011101000000101110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,90,93); }

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

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

 a { background-color: rgb(55,90,93); }

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

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

 span { border-color: rgb(55,90,93); }

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