Html Css Color HEX #345655 Oracle

📋 copy color: '#345655'

red 52 ◦ green 86 ◦ blue 85

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

Shades of Oracle #345655

Tints of Oracle #345655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.57%

 BLUE value IS 85 (33.59% from 255) = 38.12%

R = 23.32%
G = 38.57%
B = 38.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#345655 (or 0x345655) is known color: Oracle. HEX triplet: 34, 56 and 55. RGB value is (52,86,85). Sum of RGB (Red+Green+Blue) = 52+86+85=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 86 - color contains mainly: green. Hex color #345655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345655 is #CBA9AA. Grayscale: #4B4B4B. Windows color (decimal): -13347243 or 5592628. OLE color: 5592628.

HSL color Cylindrical-coordinate representation of color #345655: hue angle of 178.24º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345655 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 86 85 -
CMYK 0.40 0 0.01 0.66
HSL 178.24º 0.25% 0.27% -
HSV(B) 178.24º 0.4% 0.34% -
XYZ 6.38 8.04 9.81 -
YUV 75.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 52 86 85 0.40 0 0.01 0.66 178.24 0.25 0.27
Hex 34 56 55 28 0 1 42 B2 19 1B
Octal 64 126 125 50 0 1 102 262 31 33
Binary 110100 1010110 1010101 101000 0 1 1000010 10110010 11001 11011

Color Harmonies of #345655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345655

Black with #345655

Text Example


Text Example

White with #345655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345655; }

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

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

background-color css

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

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

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

border-color css

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

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

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