Html Css Color HEX #366163 Oracle

📋 copy color: '#366163'

red 54 ◦ green 97 ◦ blue 99

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

Shades of Oracle #366163

Tints of Oracle #366163

RGB

 RED value IS 54 (21.48% from 255) = 21.6%

 GREEN value IS 97 (38.28% from 255) = 38.8%

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

R = 21.6%
G = 38.8%
B = 39.6%

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#366163 (or 0x366163) is known color: Oracle. HEX triplet: 36, 61 and 63. RGB value is (54,97,99). Sum of RGB (Red+Green+Blue) = 54+97+99=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #366163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366163 is #C99E9C. Grayscale: #545454. Windows color (decimal): -13213341 or 6512950. OLE color: 6512950.

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

Color convert

RGB 54 97 99 -
CMYK 0.45 0.02 0 0.61
HSL 182.67º 0.29% 0.3% -
HSV(B) 182.67º 0.45% 0.39% -
XYZ 8.05 10.23 13.36 -
YUV 84.37 136.25 106.34 -
System Red Green Blue C M Y K H S L
Decimal 54 97 99 0.45 0.02 0 0.61 182.67 0.29 0.3
Hex 36 61 63 2D 2 0 3D B7 1D 1E
Octal 66 141 143 55 2 0 75 267 35 36
Binary 110110 1100001 1100011 101101 10 0 111101 10110111 11101 11110

Color Harmonies of #366163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366163

Black with #366163

Text Example


Text Example

White with #366163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366163; }

 p { color: rgb(54,97,99); }

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

background-color css

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

 a { background-color: rgb(54,97,99); }

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

border-color css

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

 span { border-color: rgb(54,97,99); }

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