Html Css Color HEX #345358 Casal

📋 copy color: '#345358'

red 52 ◦ green 83 ◦ blue 88

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

Shades of Casal #345358

Tints of Casal #345358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.22%

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

R = 23.32%
G = 37.22%
B = 39.46%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#345358 (or 0x345358) is known color: Casal. HEX triplet: 34, 53 and 58. RGB value is (52,83,88). Sum of RGB (Red+Green+Blue) = 52+83+88=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #345358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345358 is #CBACA7. Grayscale: #4A4A4A. Windows color (decimal): -13348008 or 5788468. OLE color: 5788468.

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

Color convert

RGB 52 83 88 -
CMYK 0.41 0.06 0 0.65
HSL 188.33º 0.26% 0.27% -
HSV(B) 188.33º 0.41% 0.35% -
XYZ 6.27 7.62 10.37 -
YUV 74.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 52 83 88 0.41 0.06 0 0.65 188.33 0.26 0.27
Hex 34 53 58 29 6 0 41 BC 1A 1B
Octal 64 123 130 51 6 0 101 274 32 33
Binary 110100 1010011 1011000 101001 110 0 1000001 10111100 11010 11011

Color Harmonies of #345358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345358

Black with #345358

Text Example


Text Example

White with #345358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345358; }

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

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

background-color css

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

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

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

border-color css

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

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

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