#374F51

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

Shades of Oracle #374F51

Tints of Oracle #374F51

Color information

#374F51 (or 0x374F51) is unknown color: approx Oracle. HEX triplet: 37, 4F and 51. RGB value is (55,79,81). Sum of RGB (Red+Green+Blue) = 55+79+81=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 81 - color contains mainly: blue. Hex color #374F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F51 is #C8B0AE. Grayscale: #484848. Windows color (decimal): -13152431 or 5328695. OLE color: 5328695.

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

Color convert

RGB557981-
CMYK0.320.0200.68
HSL184.62º19.12%26.67%-
HSV(B)184.62º32.1%31.76%-
XYZ5.8678.83-
YUV72.05133.05115.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 79 (31.25% from 255) = 36.74%
BLUE value IS 81 (32.03% from 255) = 37.67%
R=25.58%
G=36.74%
B=37.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5579810.320.0200.68184.6219.1226.67
Hex374F51202044b9131b
Octal6711712140201042712333
Binary110111100111110100011000001001000100101110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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