Html Css Color HEX #345959 Oracle

📋 copy color: '#345959'

red 52 ◦ green 89 ◦ blue 89

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

Shades of Oracle #345959

Tints of Oracle #345959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.7%

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

R = 22.61%
G = 38.7%
B = 38.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#345959 (or 0x345959) is known color: Oracle. HEX triplet: 34, 59 and 59. RGB value is (52,89,89). Sum of RGB (Red+Green+Blue) = 52+89+89=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #345959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345959 is #CBA6A6. Grayscale: #4D4D4D. Windows color (decimal): -13346471 or 5855540. OLE color: 5855540.

HSL color Cylindrical-coordinate representation of color #345959: hue angle of 180º 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 #345959 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 89 89 -
CMYK 0.42 0 0 0.65
HSL 180º 0.26% 0.28% -
HSV(B) 180º 0.42% 0.35% -
XYZ 6.79 8.6 10.75 -
YUV 77.94 134.24 109.5 -
System Red Green Blue C M Y K H S L
Decimal 52 89 89 0.42 0 0 0.65 180 0.26 0.28
Hex 34 59 59 2A 0 0 41 B4 1A 1C
Octal 64 131 131 52 0 0 101 264 32 34
Binary 110100 1011001 1011001 101010 0 0 1000001 10110100 11010 11100

Color Harmonies of #345959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345959

Black with #345959

Text Example


Text Example

White with #345959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345959; }

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

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

background-color css

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

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

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

border-color css

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

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

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