Html Css Color HEX #366261 Oracle

📋 copy color: '#366261'

red 54 ◦ green 98 ◦ blue 97

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

Shades of Oracle #366261

Tints of Oracle #366261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.36%

 BLUE value IS 97 (38.28% from 255) = 38.96%

R = 21.69%
G = 39.36%
B = 38.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#366261 (or 0x366261) is known color: Oracle. HEX triplet: 36, 62 and 61. RGB value is (54,98,97). Sum of RGB (Red+Green+Blue) = 54+98+97=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #366261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366261 is #C99D9E. Grayscale: #545454. Windows color (decimal): -13213087 or 6382134. OLE color: 6382134.

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

Color convert

RGB 54 98 97 -
CMYK 0.45 0 0.01 0.62
HSL 178.64º 0.29% 0.3% -
HSV(B) 178.64º 0.45% 0.38% -
XYZ 8.05 10.38 12.89 -
YUV 84.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 54 98 97 0.45 0 0.01 0.62 178.64 0.29 0.3
Hex 36 62 61 2D 0 1 3E B3 1D 1E
Octal 66 142 141 55 0 1 76 263 35 36
Binary 110110 1100010 1100001 101101 0 1 111110 10110011 11101 11110

Color Harmonies of #366261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366261

Black with #366261

Text Example


Text Example

White with #366261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366261; }

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

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

background-color css

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

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

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

border-color css

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

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

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