Html Css Color HEX #365654 Oracle

📋 copy color: '#365654'

red 54 ◦ green 86 ◦ blue 84

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

Shades of Oracle #365654

Tints of Oracle #365654

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.39%

 BLUE value IS 84 (33.2% from 255) = 37.5%

R = 24.11%
G = 38.39%
B = 37.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#365654 (or 0x365654) is known color: Oracle. HEX triplet: 36, 56 and 54. RGB value is (54,86,84). Sum of RGB (Red+Green+Blue) = 54+86+84=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #365654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365654 is #C9A9AB. Grayscale: #4C4C4C. Windows color (decimal): -13216172 or 5527094. OLE color: 5527094.

HSL color Cylindrical-coordinate representation of color #365654: hue angle of 176.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #365654 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 86 84 -
CMYK 0.37 0 0.02 0.66
HSL 176.25º 0.23% 0.27% -
HSV(B) 176.25º 0.37% 0.34% -
XYZ 6.45 8.08 9.61 -
YUV 76.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 54 86 84 0.37 0 0.02 0.66 176.25 0.23 0.27
Hex 36 56 54 25 0 2 42 B0 17 1B
Octal 66 126 124 45 0 2 102 260 27 33
Binary 110110 1010110 1010100 100101 0 10 1000010 10110000 10111 11011

Color Harmonies of #365654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365654

Black with #365654

Text Example


Text Example

White with #365654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365654; }

 p { color: rgb(54,86,84); }

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

background-color css

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

 a { background-color: rgb(54,86,84); }

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

border-color css

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

 span { border-color: rgb(54,86,84); }

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