Html Css Color HEX #36625D Oracle

📋 copy color: '#36625D'

red 54 ◦ green 98 ◦ blue 93

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

Shades of Oracle #36625D

Tints of Oracle #36625D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 22.04%
G = 40%
B = 37.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#36625D (or 0x36625D) is known color: Oracle. HEX triplet: 36, 62 and 5D. RGB value is (54,98,93). Sum of RGB (Red+Green+Blue) = 54+98+93=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #36625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36625D is #C99DA2. Grayscale: #545454. Windows color (decimal): -13213091 or 6119990. OLE color: 6119990.

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

Color convert

RGB 54 98 93 -
CMYK 0.45 0 0.05 0.62
HSL 173.18º 0.29% 0.3% -
HSV(B) 173.18º 0.45% 0.38% -
XYZ 7.86 10.31 11.93 -
YUV 84.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 54 98 93 0.45 0 0.05 0.62 173.18 0.29 0.3
Hex 36 62 5D 2D 0 5 3E AD 1D 1E
Octal 66 142 135 55 0 5 76 255 35 36
Binary 110110 1100010 1011101 101101 0 101 111110 10101101 11101 11110

Color Harmonies of #36625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36625D

Black with #36625D

Text Example


Text Example

White with #36625D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36625D; }

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

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

background-color css

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

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

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

border-color css

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

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

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