Html Css Color HEX #36605B Oracle

📋 copy color: '#36605B'

red 54 ◦ green 96 ◦ blue 91

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

Shades of Oracle #36605B

Tints of Oracle #36605B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.76%

R = 22.41%
G = 39.83%
B = 37.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#36605B (or 0x36605B) is known color: Oracle. HEX triplet: 36, 60 and 5B. RGB value is (54,96,91). Sum of RGB (Red+Green+Blue) = 54+96+91=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #36605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36605B is #C99FA4. Grayscale: #525252. Windows color (decimal): -13213605 or 5988406. OLE color: 5988406.

HSL color Cylindrical-coordinate representation of color #36605B: hue angle of 172.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36605B is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 96 91 -
CMYK 0.44 0 0.05 0.62
HSL 172.86º 0.28% 0.29% -
HSV(B) 172.86º 0.44% 0.38% -
XYZ 7.59 9.91 11.41 -
YUV 82.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 54 96 91 0.44 0 0.05 0.62 172.86 0.28 0.29
Hex 36 60 5B 2C 0 5 3E AD 1C 1D
Octal 66 140 133 54 0 5 76 255 34 35
Binary 110110 1100000 1011011 101100 0 101 111110 10101101 11100 11101

Color Harmonies of #36605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36605B

Black with #36605B

Text Example


Text Example

White with #36605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36605B; }

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

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

background-color css

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

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

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

border-color css

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

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

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