Html Css Color HEX #366162 Oracle

📋 copy color: '#366162'

red 54 ◦ green 97 ◦ blue 98

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

Shades of Oracle #366162

Tints of Oracle #366162

RGB

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

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

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

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

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

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

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

Color convert

RGB 54 97 98 -
CMYK 0.45 0.01 0 0.62
HSL 181.36º 0.29% 0.3% -
HSV(B) 181.36º 0.45% 0.38% -
XYZ 8 10.22 13.11 -
YUV 84.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 54 97 98 0.45 0.01 0 0.62 181.36 0.29 0.3
Hex 36 61 62 2D 1 0 3E B5 1D 1E
Octal 66 141 142 55 1 0 76 265 35 36
Binary 110110 1100001 1100010 101101 1 0 111110 10110101 11101 11110

Color Harmonies of #366162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366162

Black with #366162

Text Example


Text Example

White with #366162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366162; }

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

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

background-color css

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

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

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

border-color css

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

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

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