Html Css Color HEX #376460 Oracle

📋 copy color: '#376460'

red 55 ◦ green 100 ◦ blue 96

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

Shades of Oracle #376460

Tints of Oracle #376460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.84%

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 21.91%
G = 39.84%
B = 38.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#376460 (or 0x376460) is known color: Oracle. HEX triplet: 37, 64 and 60. RGB value is (55,100,96). Sum of RGB (Red+Green+Blue) = 55+100+96=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 100 - color contains mainly: green. Hex color #376460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376460 is #C89B9F. Grayscale: #565656. Windows color (decimal): -13147040 or 6317111. OLE color: 6317111.

HSL color Cylindrical-coordinate representation of color #376460: hue angle of 174.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #376460 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 100 96 -
CMYK 0.45 0 0.04 0.61
HSL 174.67º 0.29% 0.3% -
HSV(B) 174.67º 0.45% 0.39% -
XYZ 8.24 10.77 12.71 -
YUV 86.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 55 100 96 0.45 0 0.04 0.61 174.67 0.29 0.3
Hex 37 64 60 2D 0 4 3D AF 1D 1E
Octal 67 144 140 55 0 4 75 257 35 36
Binary 110111 1100100 1100000 101101 0 100 111101 10101111 11101 11110

Color Harmonies of #376460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376460

Black with #376460

Text Example


Text Example

White with #376460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376460; }

 p { color: rgb(55,100,96); }

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

background-color css

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

 a { background-color: rgb(55,100,96); }

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

border-color css

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

 span { border-color: rgb(55,100,96); }

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