#374F52

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

Shades of Oracle #374F52

Tints of Oracle #374F52

Color information

#374F52 (or 0x374F52) is unknown color: approx Oracle. HEX triplet: 37, 4F and 52. RGB value is (55,79,82). Sum of RGB (Red+Green+Blue) = 55+79+82=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 82 - color contains mainly: blue. Hex color #374F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F52 is #C8B0AD. Grayscale: #484848. Windows color (decimal): -13152430 or 5394231. OLE color: 5394231.

HSL color Cylindrical-coordinate representation of color #374F52: hue angle of 186.67º 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 #374F52 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB557982-
CMYK0.330.0400.68
HSL186.67º19.71%26.86%-
HSV(B)186.67º32.93%32.16%-
XYZ5.897.019.03-
YUV72.17133.55115.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 82 (32.42% from 255) = 37.96%
R=25.46%
G=36.57%
B=37.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5579820.330.0400.68186.6719.7126.86
Hex374F52214044bb141b
Octal6711712241401042732433
Binary1101111001111101001010000110001000100101110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374F52; }

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

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

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

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

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

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

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

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