#345A5D

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

Shades of Oracle #345A5D

Tints of Oracle #345A5D

Color information

#345A5D (or 0x345A5D) is unknown color: approx Oracle. HEX triplet: 34, 5A and 5D. RGB value is (52,90,93). Sum of RGB (Red+Green+Blue) = 52+90+93=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #345A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A5D is #CBA5A2. Grayscale: #4E4E4E. Windows color (decimal): -13346211 or 6117940. OLE color: 6117940.

HSL color Cylindrical-coordinate representation of color #345A5D: hue angle of 184.39º 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 #345A5D is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB529093-
CMYK0.440.0300.64
HSL184.39º28.28%28.43%-
HSV(B)184.39º44.09%36.47%-
XYZ7.058.8311.69-
YUV78.98135.91108.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 90 (35.55% from 255) = 38.30%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=22.13%
G=38.30%
B=39.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5290930.440.0300.64184.3928.2828.43
Hex345A5D2C3040b81c1c
Octal6413213554301002703434
Binary110100101101010111011011001101000000101110001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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