Html Css Color HEX #345659 Oracle

📋 copy color: '#345659'

red 52 ◦ green 86 ◦ blue 89

#345659
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #345659

Tints of Oracle #345659

RGB

 RED value IS 52 (20.7% from 255) = 22.91%

 GREEN value IS 86 (33.98% from 255) = 37.89%

 BLUE value IS 89 (35.16% from 255) = 39.21%

R = 22.91%
G = 37.89%
B = 39.21%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#345659 (or 0x345659) is known color: Oracle. HEX triplet: 34, 56 and 59. RGB value is (52,86,89). Sum of RGB (Red+Green+Blue) = 52+86+89=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #345659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345659 is #CBA9A6. Grayscale: #4C4C4C. Windows color (decimal): -13347239 or 5854772. OLE color: 5854772.

HSL color Cylindrical-coordinate representation of color #345659: hue angle of 184.86º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345659 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 86 89 -
CMYK 0.42 0.03 0 0.65
HSL 184.86º 0.26% 0.28% -
HSV(B) 184.86º 0.42% 0.35% -
XYZ 6.55 8.11 10.67 -
YUV 76.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 52 86 89 0.42 0.03 0 0.65 184.86 0.26 0.28
Hex 34 56 59 2A 3 0 41 B9 1A 1C
Octal 64 126 131 52 3 0 101 271 32 34
Binary 110100 1010110 1011001 101010 11 0 1000001 10111001 11010 11100

Color Harmonies of #345659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345659

Black with #345659

Text Example


Text Example

White with #345659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345659; }

 p { color: rgb(52,86,89); }

 H1.HeaderClassName
 {
   color: #345659;
 }
 .AnyTagClassName
 {
   color: #345659;
 }
</style>

background-color css

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

 a { background-color: rgb(52,86,89); }

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

border-color css

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

 span { border-color: rgb(52,86,89); }

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