Html Css Color HEX #345258 Casal

📋 copy color: '#345258'

red 52 ◦ green 82 ◦ blue 88

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

Shades of Casal #345258

Tints of Casal #345258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.94%

 BLUE value IS 88 (34.77% from 255) = 39.64%

R = 23.42%
G = 36.94%
B = 39.64%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#345258 (or 0x345258) is known color: Casal. HEX triplet: 34, 52 and 58. RGB value is (52,82,88). Sum of RGB (Red+Green+Blue) = 52+82+88=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #345258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345258 is #CBADA7. Grayscale: #494949. Windows color (decimal): -13348264 or 5788212. OLE color: 5788212.

HSL color Cylindrical-coordinate representation of color #345258: hue angle of 190º 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 #345258 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 82 88 -
CMYK 0.41 0.07 0 0.65
HSL 190º 0.26% 0.27% -
HSV(B) 190º 0.41% 0.35% -
XYZ 6.19 7.47 10.35 -
YUV 73.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 52 82 88 0.41 0.07 0 0.65 190 0.26 0.27
Hex 34 52 58 29 7 0 41 BE 1A 1B
Octal 64 122 130 51 7 0 101 276 32 33
Binary 110100 1010010 1011000 101001 111 0 1000001 10111110 11010 11011

Color Harmonies of #345258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345258

Black with #345258

Text Example


Text Example

White with #345258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345258; }

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

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

background-color css

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

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

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

border-color css

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

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

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