Html Css Color HEX #345463 Cello

📋 copy color: '#345463'

red 52 ◦ green 84 ◦ blue 99

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

Shades of Cello #345463

Tints of Cello #345463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.13%

R = 22.13%
G = 35.74%
B = 42.13%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#345463 (or 0x345463) is known color: Cello. HEX triplet: 34, 54 and 63. RGB value is (52,84,99). Sum of RGB (Red+Green+Blue) = 52+84+99=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #345463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345463 is #CBAB9C. Grayscale: #4C4C4C. Windows color (decimal): -13347741 or 6509620. OLE color: 6509620.

HSL color Cylindrical-coordinate representation of color #345463: hue angle of 199.15º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #345463 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 84 99 -
CMYK 0.47 0.15 0 0.61
HSL 199.15º 0.31% 0.3% -
HSV(B) 199.15º 0.47% 0.39% -
XYZ 6.84 7.97 12.98 -
YUV 76.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 52 84 99 0.47 0.15 0 0.61 199.15 0.31 0.3
Hex 34 54 63 2F F 0 3D C7 1F 1E
Octal 64 124 143 57 17 0 75 307 37 36
Binary 110100 1010100 1100011 101111 1111 0 111101 11000111 11111 11110

Color Harmonies of #345463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345463

Black with #345463

Text Example


Text Example

White with #345463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345463; }

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

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

background-color css

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

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

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

border-color css

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

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

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