Html Css Color HEX #376463 Oracle

📋 copy color: '#376463'

red 55 ◦ green 100 ◦ blue 99

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

Shades of Oracle #376463

Tints of Oracle #376463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.98%

R = 21.65%
G = 39.37%
B = 38.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#376463 (or 0x376463) is known color: Oracle. HEX triplet: 37, 64 and 63. RGB value is (55,100,99). Sum of RGB (Red+Green+Blue) = 55+100+99=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 100 - color contains mainly: green. Hex color #376463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376463 is #C89B9C. Grayscale: #565656. Windows color (decimal): -13147037 or 6513719. OLE color: 6513719.

HSL color Cylindrical-coordinate representation of color #376463: hue angle of 178.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 #376463 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 100 99 -
CMYK 0.45 0 0.01 0.61
HSL 178.67º 0.29% 0.3% -
HSV(B) 178.67º 0.45% 0.39% -
XYZ 8.38 10.83 13.45 -
YUV 86.43 135.09 105.58 -
System Red Green Blue C M Y K H S L
Decimal 55 100 99 0.45 0 0.01 0.61 178.67 0.29 0.3
Hex 37 64 63 2D 0 1 3D B3 1D 1E
Octal 67 144 143 55 0 1 75 263 35 36
Binary 110111 1100100 1100011 101101 0 1 111101 10110011 11101 11110

Color Harmonies of #376463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376463

Black with #376463

Text Example


Text Example

White with #376463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376463; }

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

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

background-color css

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

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

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

border-color css

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

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

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