Html Css Color HEX #345559 Oracle

📋 copy color: '#345559'

red 52 ◦ green 85 ◦ blue 89

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

Shades of Oracle #345559

Tints of Oracle #345559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.61%

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

R = 23.01%
G = 37.61%
B = 39.38%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#345559 (or 0x345559) is known color: Oracle. HEX triplet: 34, 55 and 59. RGB value is (52,85,89). Sum of RGB (Red+Green+Blue) = 52+85+89=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #345559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345559 is #CBAAA6. Grayscale: #4B4B4B. Windows color (decimal): -13347495 or 5854516. OLE color: 5854516.

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

Color convert

RGB 52 85 89 -
CMYK 0.42 0.04 0 0.65
HSL 186.49º 0.26% 0.28% -
HSV(B) 186.49º 0.42% 0.35% -
XYZ 6.47 7.95 10.64 -
YUV 75.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 52 85 89 0.42 0.04 0 0.65 186.49 0.26 0.28
Hex 34 55 59 2A 4 0 41 BA 1A 1C
Octal 64 125 131 52 4 0 101 272 32 34
Binary 110100 1010101 1011001 101010 100 0 1000001 10111010 11010 11100

Color Harmonies of #345559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345559

Black with #345559

Text Example


Text Example

White with #345559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345559; }

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

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

background-color css

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

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

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

border-color css

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

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

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