Html Css Color HEX #345888 St Tropaz

📋 copy color: '#345888'

red 52 ◦ green 88 ◦ blue 136

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

Shades of St Tropaz #345888

Tints of St Tropaz #345888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.28%

R = 18.84%
G = 31.88%
B = 49.28%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#345888 (or 0x345888) is known color: St Tropaz. HEX triplet: 34, 58 and 88. RGB value is (52,88,136). Sum of RGB (Red+Green+Blue) = 52+88+136=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #345888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345888 is #CBA777. Grayscale: #525252. Windows color (decimal): -13346680 or 8935476. OLE color: 8935476.

HSL color Cylindrical-coordinate representation of color #345888: hue angle of 214.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #345888 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 88 136 -
CMYK 0.62 0.35 0 0.47
HSL 214.29º 0.45% 0.37% -
HSV(B) 214.29º 0.62% 0.53% -
XYZ 9.35 9.49 24.63 -
YUV 82.71 158.07 106.1 -
System Red Green Blue C M Y K H S L
Decimal 52 88 136 0.62 0.35 0 0.47 214.29 0.45 0.37
Hex 34 58 88 3E 23 0 2F D6 2D 25
Octal 64 130 210 76 43 0 57 326 55 45
Binary 110100 1011000 10001000 111110 100011 0 101111 11010110 101101 100101

Color Harmonies of #345888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345888

Black with #345888

Text Example


Text Example

White with #345888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345888; }

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

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

background-color css

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

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

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

border-color css

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

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

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