#365152

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

Shades of Oracle #365152

Tints of Oracle #365152

Color information

#365152 (or 0x365152) is unknown color: approx Oracle. HEX triplet: 36, 51 and 52. RGB value is (54,81,82). Sum of RGB (Red+Green+Blue) = 54+81+82=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 82 - color contains mainly: blue. Hex color #365152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365152 is #C9AEAD. Grayscale: #494949. Windows color (decimal): -13217454 or 5394742. OLE color: 5394742.

HSL color Cylindrical-coordinate representation of color #365152: hue angle of 182.14º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #365152 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB548182-
CMYK0.340.0100.68
HSL182.14º20.59%26.67%-
HSV(B)182.14º34.15%32.16%-
XYZ5.997.289.07-
YUV73.04133.05114.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=24.88%
G=37.33%
B=37.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5481820.340.0100.68182.1420.5926.67
Hex365152221044b6151b
Octal6612112242101042662533
Binary11011010100011010010100010101000100101101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365152; }

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

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

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

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

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

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

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

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