Html Css Color HEX #345855 Oracle

📋 copy color: '#345855'

red 52 ◦ green 88 ◦ blue 85

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

Shades of Oracle #345855

Tints of Oracle #345855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

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

R = 23.11%
G = 39.11%
B = 37.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#345855 (or 0x345855) is known color: Oracle. HEX triplet: 34, 58 and 55. RGB value is (52,88,85). Sum of RGB (Red+Green+Blue) = 52+88+85=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #345855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345855 is #CBA7AA. Grayscale: #4C4C4C. Windows color (decimal): -13346731 or 5593140. OLE color: 5593140.

HSL color Cylindrical-coordinate representation of color #345855: hue angle of 175º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #345855 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 88 85 -
CMYK 0.41 0 0.03 0.65
HSL 175º 0.26% 0.27% -
HSV(B) 175º 0.41% 0.35% -
XYZ 6.55 8.37 9.86 -
YUV 76.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 52 88 85 0.41 0 0.03 0.65 175 0.26 0.27
Hex 34 58 55 29 0 3 41 AF 1A 1B
Octal 64 130 125 51 0 3 101 257 32 33
Binary 110100 1011000 1010101 101001 0 11 1000001 10101111 11010 11011

Color Harmonies of #345855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345855

Black with #345855

Text Example


Text Example

White with #345855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345855; }

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

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

background-color css

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

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

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

border-color css

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

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

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