#375152

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

Shades of Oracle #375152

Tints of Oracle #375152

Color information

#375152 (or 0x375152) is unknown color: approx Oracle. HEX triplet: 37, 51 and 52. RGB value is (55,81,82). Sum of RGB (Red+Green+Blue) = 55+81+82=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #375152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375152 is #C8AEAD. Grayscale: #494949. Windows color (decimal): -13151918 or 5394743. OLE color: 5394743.

HSL color Cylindrical-coordinate representation of color #375152: hue angle of 182.22º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #375152 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB558182-
CMYK0.330.0100.68
HSL182.22º19.71%26.86%-
HSV(B)182.22º32.93%32.16%-
XYZ6.047.319.07-
YUV73.34132.89114.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=25.23%
G=37.16%
B=37.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5581820.330.0100.68182.2219.7126.86
Hex375152211044b6141b
Octal6712112241101042662433
Binary11011110100011010010100001101000100101101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375152; }

 p { color: rgb(55,81,82); }

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

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

 a { background-color: rgb(55,81,82); }

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

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

 span { border-color: rgb(55,81,82); }

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