Html Css Color HEX #374F52 Oracle

📋 copy color: '#374F52'

red 55 ◦ green 79 ◦ blue 82

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

Shades of Oracle #374F52

Tints of Oracle #374F52

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

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

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

RGB 55 79 82 -
CMYK 0.33 0.04 0 0.68
HSL 186.67º 0.2% 0.27% -
HSV(B) 186.67º 0.33% 0.32% -
XYZ 5.89 7.01 9.03 -
YUV 72.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 55 79 82 0.33 0.04 0 0.68 186.67 0.2 0.27
Hex 37 4F 52 21 4 0 44 BB 14 1B
Octal 67 117 122 41 4 0 104 273 24 33
Binary 110111 1001111 1010010 100001 100 0 1000100 10111011 10100 11011

Color Harmonies of #374F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F52

Black with #374F52

Text Example


Text Example

White with #374F52

Text Example


Text Example

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