Html Css Color HEX #365256 Oracle

📋 copy color: '#365256'

red 54 ◦ green 82 ◦ blue 86

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

Shades of Oracle #365256

Tints of Oracle #365256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.94%

 BLUE value IS 86 (33.98% from 255) = 38.74%

R = 24.32%
G = 36.94%
B = 38.74%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#365256 (or 0x365256) is known color: Oracle. HEX triplet: 36, 52 and 56. RGB value is (54,82,86). Sum of RGB (Red+Green+Blue) = 54+82+86=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #365256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365256 is #C9ADA9. Grayscale: #4A4A4A. Windows color (decimal): -13217194 or 5657142. OLE color: 5657142.

HSL color Cylindrical-coordinate representation of color #365256: hue angle of 187.5º 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 #365256 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 82 86 -
CMYK 0.37 0.05 0 0.66
HSL 187.5º 0.23% 0.27% -
HSV(B) 187.5º 0.37% 0.34% -
XYZ 6.22 7.49 9.92 -
YUV 74.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 54 82 86 0.37 0.05 0 0.66 187.5 0.23 0.27
Hex 36 52 56 25 5 0 42 BC 17 1B
Octal 66 122 126 45 5 0 102 274 27 33
Binary 110110 1010010 1010110 100101 101 0 1000010 10111100 10111 11011

Color Harmonies of #365256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365256

Black with #365256

Text Example


Text Example

White with #365256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365256; }

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

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

background-color css

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

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

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

border-color css

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

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

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