#345453

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

Shades of Oracle #345453

Tints of Oracle #345453

Color information

#345453 (or 0x345453) is unknown color: approx Oracle. HEX triplet: 34, 54 and 53. RGB value is (52,84,83). Sum of RGB (Red+Green+Blue) = 52+84+83=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #345453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345453 is #CBABAC. Grayscale: #4A4A4A. Windows color (decimal): -13347757 or 5461044. OLE color: 5461044.

HSL color Cylindrical-coordinate representation of color #345453: hue angle of 178.12º 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 #345453 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB528483-
CMYK0.3800.010.67
HSL178.12º23.53%26.67%-
HSV(B)178.12º38.1%32.94%-
XYZ6.157.79.34-
YUV74.32132.9112.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=23.74%
G=38.36%
B=37.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284830.3800.010.67178.1223.5326.67
Hex345453260143b2181b
Octal6412412346011032623033
Binary11010010101001010011100110011000011101100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345453; }

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

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

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

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

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

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

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

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