Html Css Color HEX #366064 Oracle

📋 copy color: '#366064'

red 54 ◦ green 96 ◦ blue 100

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

Shades of Oracle #366064

Tints of Oracle #366064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.4%

 BLUE value IS 100 (39.45% from 255) = 40%

R = 21.6%
G = 38.4%
B = 40%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#366064 (or 0x366064) is known color: Oracle. HEX triplet: 36, 60 and 64. RGB value is (54,96,100). Sum of RGB (Red+Green+Blue) = 54+96+100=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 100 - color contains mainly: blue. Hex color #366064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366064 is #C99F9B. Grayscale: #535353. Windows color (decimal): -13213596 or 6578230. OLE color: 6578230.

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

Color convert

RGB 54 96 100 -
CMYK 0.46 0.04 0 0.61
HSL 185.22º 0.3% 0.3% -
HSV(B) 185.22º 0.46% 0.39% -
XYZ 8 10.07 13.58 -
YUV 83.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 54 96 100 0.46 0.04 0 0.61 185.22 0.3 0.3
Hex 36 60 64 2E 4 0 3D B9 1E 1E
Octal 66 140 144 56 4 0 75 271 36 36
Binary 110110 1100000 1100100 101110 100 0 111101 10111001 11110 11110

Color Harmonies of #366064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366064

Black with #366064

Text Example


Text Example

White with #366064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366064; }

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

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

background-color css

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

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

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

border-color css

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

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

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