#345C5D

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

Shades of Oracle #345C5D

Tints of Oracle #345C5D

Color information

#345C5D (or 0x345C5D) is unknown color: approx Oracle. HEX triplet: 34, 5C and 5D. RGB value is (52,92,93). Sum of RGB (Red+Green+Blue) = 52+92+93=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #345C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C5D is #CBA3A2. Grayscale: #505050. Windows color (decimal): -13345699 or 6118452. OLE color: 6118452.

HSL color Cylindrical-coordinate representation of color #345C5D: hue angle of 181.46º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #345C5D is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB529293-
CMYK0.440.0100.64
HSL181.46º28.28%28.43%-
HSV(B)181.46º44.09%36.47%-
XYZ7.229.1711.75-
YUV80.15135.25107.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 92 (36.33% from 255) = 38.82%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=21.94%
G=38.82%
B=39.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5292930.440.0100.64181.4628.2828.43
Hex345C5D2C1040b51c1c
Octal6413413554101002653434
Binary11010010111001011101101100101000000101101011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345C5D; }

 p { color: rgb(52,92,93); }

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

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

 a { background-color: rgb(52,92,93); }

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

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

 span { border-color: rgb(52,92,93); }

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