#345254

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

Shades of Oracle #345254

Tints of Oracle #345254

Color information

#345254 (or 0x345254) is unknown color: approx Oracle. HEX triplet: 34, 52 and 54. RGB value is (52,82,84). Sum of RGB (Red+Green+Blue) = 52+82+84=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #345254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345254 is #CBADAB. Grayscale: #494949. Windows color (decimal): -13348268 or 5526068. OLE color: 5526068.

HSL color Cylindrical-coordinate representation of color #345254: hue angle of 183.75º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #345254 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB528284-
CMYK0.380.0200.67
HSL183.75º23.53%26.67%-
HSV(B)183.75º38.1%32.94%-
XYZ6.037.49.5-
YUV73.26134.06112.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 82 (32.42% from 255) = 37.61%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=23.85%
G=37.61%
B=38.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5282840.380.0200.67183.7523.5326.67
Hex345254262043b8181b
Octal6412212446201032703033
Binary110100101001010101001001101001000011101110001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345254; }

 p { color: rgb(52,82,84); }

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

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

 a { background-color: rgb(52,82,84); }

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

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

 span { border-color: rgb(52,82,84); }

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