#365A5A

Color #365A5A Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #365A5A

Tints of Oracle #365A5A

Color information

#365A5A (or 0x365A5A) is unknown color: approx Oracle. HEX triplet: 36, 5A and 5A. RGB value is (54,90,90). Sum of RGB (Red+Green+Blue) = 54+90+90=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #365A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A5A is #C9A5A5. Grayscale: #4F4F4F. Windows color (decimal): -13215142 or 5921334. OLE color: 5921334.

HSL color Cylindrical-coordinate representation of color #365A5A: hue angle of 180º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365A5A is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB549090-
CMYK0.40000.65
HSL180º25%28.24%-
HSV(B)180º40%35.29%-
XYZ7.028.8311.01-
YUV79.24134.07110-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 90 (35.55% from 255) = 38.46%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=23.08%
G=38.46%
B=38.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5490900.40000.651802528.24
Hex365A5A280041b4191c
Octal6613213250001012643134
Binary11011010110101011010101000001000001101101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365A5A; }

 p { color: rgb(54,90,90); }

 H1.HeaderClassName
 {
   color: #365A5A;
 }
 .AnyTagClassName
 {
   color: #365A5A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #365A5A;
 }
 .BgClassName
 {
   background-color: #365A5A;
 }
</style>
border-color css

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

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

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