Html Css Color HEX #374E51 Oracle

📋 copy color: '#374E51'

red 55 ◦ green 78 ◦ blue 81

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

Shades of Oracle #374E51

Tints of Oracle #374E51

RGB

 RED value IS 55 (21.88% from 255) = 25.7%

 GREEN value IS 78 (30.86% from 255) = 36.45%

 BLUE value IS 81 (32.03% from 255) = 37.85%

R = 25.7%
G = 36.45%
B = 37.85%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#374E51 (or 0x374E51) is known color: Oracle. HEX triplet: 37, 4E and 51. RGB value is (55,78,81). Sum of RGB (Red+Green+Blue) = 55+78+81=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 81 - color contains mainly: blue. Hex color #374E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E51 is #C8B1AE. Grayscale: #474747. Windows color (decimal): -13152687 or 5328439. OLE color: 5328439.

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

Color convert

RGB 55 78 81 -
CMYK 0.32 0.04 0 0.68
HSL 186.92º 0.19% 0.27% -
HSV(B) 186.92º 0.32% 0.32% -
XYZ 5.79 6.86 8.8 -
YUV 71.47 133.38 116.26 -
System Red Green Blue C M Y K H S L
Decimal 55 78 81 0.32 0.04 0 0.68 186.92 0.19 0.27
Hex 37 4E 51 20 4 0 44 BB 13 1B
Octal 67 116 121 40 4 0 104 273 23 33
Binary 110111 1001110 1010001 100000 100 0 1000100 10111011 10011 11011

Color Harmonies of #374E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E51

Black with #374E51

Text Example


Text Example

White with #374E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #374E51;
 }
 .AnyTagClassName
 {
   color: #374E51;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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