#375455

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

Shades of Oracle #375455

Tints of Oracle #375455

Color information

#375455 (or 0x375455) is unknown color: approx Oracle. HEX triplet: 37, 54 and 55. RGB value is (55,84,85). Sum of RGB (Red+Green+Blue) = 55+84+85=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #375455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375455 is #C8ABAA. Grayscale: #4B4B4B. Windows color (decimal): -13151147 or 5592119. OLE color: 5592119.

HSL color Cylindrical-coordinate representation of color #375455: hue angle of 182º 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 #375455 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB558485-
CMYK0.350.0100.67
HSL182º21.43%27.45%-
HSV(B)182º35.29%33.33%-
XYZ6.397.819.77-
YUV75.44133.39113.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.55%
GREEN value IS 84 (33.20% from 255) = 37.5%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=24.55%
G=37.5%
B=37.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5584850.350.0100.6718221.4327.45
Hex375455231043b6151b
Octal6712412543101032662533
Binary11011110101001010101100011101000011101101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375455; }

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

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

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

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

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

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

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

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