Html Css Color HEX #345459 Oracle

📋 copy color: '#345459'

red 52 ◦ green 84 ◦ blue 89

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

Shades of Oracle #345459

Tints of Oracle #345459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.33%

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

R = 23.11%
G = 37.33%
B = 39.56%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#345459 (or 0x345459) is known color: Oracle. HEX triplet: 34, 54 and 59. RGB value is (52,84,89). Sum of RGB (Red+Green+Blue) = 52+84+89=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #345459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345459 is #CBABA6. Grayscale: #4A4A4A. Windows color (decimal): -13347751 or 5854260. OLE color: 5854260.

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

Color convert

RGB 52 84 89 -
CMYK 0.42 0.06 0 0.65
HSL 188.11º 0.26% 0.28% -
HSV(B) 188.11º 0.42% 0.35% -
XYZ 6.39 7.79 10.62 -
YUV 75 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 52 84 89 0.42 0.06 0 0.65 188.11 0.26 0.28
Hex 34 54 59 2A 6 0 41 BC 1A 1C
Octal 64 124 131 52 6 0 101 274 32 34
Binary 110100 1010100 1011001 101010 110 0 1000001 10111100 11010 11100

Color Harmonies of #345459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345459

Black with #345459

Text Example


Text Example

White with #345459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345459; }

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

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

background-color css

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

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

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

border-color css

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

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

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