Html Css Color HEX #374F51 Oracle

📋 copy color: '#374F51'

red 55 ◦ green 79 ◦ blue 81

#374F51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #374F51

Tints of Oracle #374F51

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 value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#374F51 (or 0x374F51) is known color: 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

RGB 55 79 81 -
CMYK 0.32 0.02 0 0.68
HSL 184.62º 0.19% 0.27% -
HSV(B) 184.62º 0.32% 0.32% -
XYZ 5.86 7 8.83 -
YUV 72.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 55 79 81 0.32 0.02 0 0.68 184.62 0.19 0.27
Hex 37 4F 51 20 2 0 44 B9 13 1B
Octal 67 117 121 40 2 0 104 271 23 33
Binary 110111 1001111 1010001 100000 10 0 1000100 10111001 10011 11011

Color Harmonies of #374F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F51

Black with #374F51

Text Example


Text Example

White with #374F51

Text Example


Text Example

HTML Codes & Css Web 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>