Html Css Color HEX #365559 Oracle

📋 copy color: '#365559'

red 54 ◦ green 85 ◦ blue 89

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

Shades of Oracle #365559

Tints of Oracle #365559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.28%

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

R = 23.68%
G = 37.28%
B = 39.04%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#365559 (or 0x365559) is known color: Oracle. HEX triplet: 36, 55 and 59. RGB value is (54,85,89). Sum of RGB (Red+Green+Blue) = 54+85+89=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #365559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365559 is #C9AAA6. Grayscale: #4C4C4C. Windows color (decimal): -13216423 or 5854518. OLE color: 5854518.

HSL color Cylindrical-coordinate representation of color #365559: hue angle of 186.86º 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 #365559 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 85 89 -
CMYK 0.39 0.04 0 0.65
HSL 186.86º 0.24% 0.28% -
HSV(B) 186.86º 0.39% 0.35% -
XYZ 6.57 8 10.65 -
YUV 76.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 54 85 89 0.39 0.04 0 0.65 186.86 0.24 0.28
Hex 36 55 59 27 4 0 41 BB 18 1C
Octal 66 125 131 47 4 0 101 273 30 34
Binary 110110 1010101 1011001 100111 100 0 1000001 10111011 11000 11100

Color Harmonies of #365559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365559

Black with #365559

Text Example


Text Example

White with #365559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365559; }

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

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

background-color css

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

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

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

border-color css

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

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

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