#375054

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

Shades of Oracle #375054

Tints of Oracle #375054

Color information

#375054 (or 0x375054) is unknown color: approx Oracle. HEX triplet: 37, 50 and 54. RGB value is (55,80,84). Sum of RGB (Red+Green+Blue) = 55+80+84=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 84 - color contains mainly: blue. Hex color #375054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375054 is #C8AFAB. Grayscale: #484848. Windows color (decimal): -13152172 or 5525559. OLE color: 5525559.

HSL color Cylindrical-coordinate representation of color #375054: hue angle of 188.28º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #375054 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB558084-
CMYK0.350.0500.67
HSL188.28º20.86%27.25%-
HSV(B)188.28º34.52%32.94%-
XYZ6.047.199.46-
YUV72.98134.22115.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=25.11%
G=36.53%
B=38.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5580840.350.0500.67188.2820.8627.25
Hex375054235043bc151b
Octal6712012443501032742533
Binary1101111010000101010010001110101000011101111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375054; }

 p { color: rgb(55,80,84); }

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

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

 a { background-color: rgb(55,80,84); }

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

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

 span { border-color: rgb(55,80,84); }

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