Html Css Color HEX #346453 Spectra

📋 copy color: '#346453'

red 52 ◦ green 100 ◦ blue 83

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

Shades of Spectra #346453

Tints of Spectra #346453

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.55%

 BLUE value IS 83 (32.81% from 255) = 35.32%

R = 22.13%
G = 42.55%
B = 35.32%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#346453 (or 0x346453) is known color: Spectra. HEX triplet: 34, 64 and 53. RGB value is (52,100,83). Sum of RGB (Red+Green+Blue) = 52+100+83=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 100 - color contains mainly: green. Hex color #346453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346453 is #CB9BAC. Grayscale: #535353. Windows color (decimal): -13343661 or 5465140. OLE color: 5465140.

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

Color convert

RGB 52 100 83 -
CMYK 0.48 0 0.17 0.61
HSL 158.75º 0.32% 0.3% -
HSV(B) 158.75º 0.48% 0.39% -
XYZ 7.53 10.47 9.81 -
YUV 83.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 52 100 83 0.48 0 0.17 0.61 158.75 0.32 0.3
Hex 34 64 53 30 0 11 3D 9F 20 1E
Octal 64 144 123 60 0 21 75 237 40 36
Binary 110100 1100100 1010011 110000 0 10001 111101 10011111 100000 11110

Color Harmonies of #346453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346453

Black with #346453

Text Example


Text Example

White with #346453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346453; }

 p { color: rgb(52,100,83); }

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

background-color css

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

 a { background-color: rgb(52,100,83); }

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

border-color css

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

 span { border-color: rgb(52,100,83); }

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