Html Css Color HEX #365859 Oracle

📋 copy color: '#365859'

red 54 ◦ green 88 ◦ blue 89

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

Shades of Oracle #365859

Tints of Oracle #365859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.1%

 BLUE value IS 89 (35.16% from 255) = 38.53%

R = 23.38%
G = 38.1%
B = 38.53%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#365859 (or 0x365859) is known color: Oracle. HEX triplet: 36, 58 and 59. RGB value is (54,88,89). Sum of RGB (Red+Green+Blue) = 54+88+89=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #365859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365859 is #C9A7A6. Grayscale: #4D4D4D. Windows color (decimal): -13215655 or 5855286. OLE color: 5855286.

HSL color Cylindrical-coordinate representation of color #365859: hue angle of 181.71º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365859 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 88 89 -
CMYK 0.39 0.01 0 0.65
HSL 181.71º 0.24% 0.28% -
HSV(B) 181.71º 0.39% 0.35% -
XYZ 6.81 8.48 10.73 -
YUV 77.95 134.24 110.92 -
System Red Green Blue C M Y K H S L
Decimal 54 88 89 0.39 0.01 0 0.65 181.71 0.24 0.28
Hex 36 58 59 27 1 0 41 B6 18 1C
Octal 66 130 131 47 1 0 101 266 30 34
Binary 110110 1011000 1011001 100111 1 0 1000001 10110110 11000 11100

Color Harmonies of #365859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365859

Black with #365859

Text Example


Text Example

White with #365859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365859; }

 p { color: rgb(54,88,89); }

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

background-color css

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

 a { background-color: rgb(54,88,89); }

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

border-color css

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

 span { border-color: rgb(54,88,89); }

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