Html Css Color HEX #345A59 Oracle

📋 copy color: '#345A59'

red 52 ◦ green 90 ◦ blue 89

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

Shades of Oracle #345A59

Tints of Oracle #345A59

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.96%

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

R = 22.51%
G = 38.96%
B = 38.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#345A59 (or 0x345A59) is known color: Oracle. HEX triplet: 34, 5A and 59. RGB value is (52,90,89). Sum of RGB (Red+Green+Blue) = 52+90+89=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 90 - color contains mainly: green. Hex color #345A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A59 is #CBA5A6. Grayscale: #4E4E4E. Windows color (decimal): -13346215 or 5855796. OLE color: 5855796.

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

Color convert

RGB 52 90 89 -
CMYK 0.42 0 0.01 0.65
HSL 178.42º 0.27% 0.28% -
HSV(B) 178.42º 0.42% 0.35% -
XYZ 6.88 8.76 10.78 -
YUV 78.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 52 90 89 0.42 0 0.01 0.65 178.42 0.27 0.28
Hex 34 5A 59 2A 0 1 41 B2 1B 1C
Octal 64 132 131 52 0 1 101 262 33 34
Binary 110100 1011010 1011001 101010 0 1 1000001 10110010 11011 11100

Color Harmonies of #345A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A59

Black with #345A59

Text Example


Text Example

White with #345A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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