Html Css Color HEX #345B59 Oracle

📋 copy color: '#345B59'

red 52 ◦ green 91 ◦ blue 89

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

Shades of Oracle #345B59

Tints of Oracle #345B59

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.22%

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

R = 22.41%
G = 39.22%
B = 38.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#345B59 (or 0x345B59) is known color: Oracle. HEX triplet: 34, 5B and 59. RGB value is (52,91,89). Sum of RGB (Red+Green+Blue) = 52+91+89=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 91 - color contains mainly: green. Hex color #345B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B59 is #CBA4A6. Grayscale: #4F4F4F. Windows color (decimal): -13345959 or 5856052. OLE color: 5856052.

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

Color convert

RGB 52 91 89 -
CMYK 0.43 0 0.02 0.64
HSL 176.92º 0.27% 0.28% -
HSV(B) 176.92º 0.43% 0.36% -
XYZ 6.96 8.93 10.81 -
YUV 79.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 52 91 89 0.43 0 0.02 0.64 176.92 0.27 0.28
Hex 34 5B 59 2B 0 2 40 B1 1B 1C
Octal 64 133 131 53 0 2 100 261 33 34
Binary 110100 1011011 1011001 101011 0 10 1000000 10110001 11011 11100

Color Harmonies of #345B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345B59

Black with #345B59

Text Example


Text Example

White with #345B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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