Html Css Color HEX #355462 Casal

📋 copy color: '#355462'

red 53 ◦ green 84 ◦ blue 98

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

Shades of Casal #355462

Tints of Casal #355462

RGB

 RED value IS 53 (21.09% from 255) = 22.55%

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

 BLUE value IS 98 (38.67% from 255) = 41.7%

R = 22.55%
G = 35.74%
B = 41.7%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#355462 (or 0x355462) is known color: Casal. HEX triplet: 35, 54 and 62. RGB value is (53,84,98). Sum of RGB (Red+Green+Blue) = 53+84+98=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #355462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355462 is #CAAB9D. Grayscale: #4C4C4C. Windows color (decimal): -13282206 or 6444085. OLE color: 6444085.

HSL color Cylindrical-coordinate representation of color #355462: hue angle of 198.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355462 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 84 98 -
CMYK 0.46 0.14 0 0.62
HSL 198.67º 0.3% 0.3% -
HSV(B) 198.67º 0.46% 0.38% -
XYZ 6.84 7.98 12.73 -
YUV 76.33 140.23 111.36 -
System Red Green Blue C M Y K H S L
Decimal 53 84 98 0.46 0.14 0 0.62 198.67 0.3 0.3
Hex 35 54 62 2E E 0 3E C7 1E 1E
Octal 65 124 142 56 16 0 76 307 36 36
Binary 110101 1010100 1100010 101110 1110 0 111110 11000111 11110 11110

Color Harmonies of #355462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355462

Black with #355462

Text Example


Text Example

White with #355462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355462; }

 p { color: rgb(53,84,98); }

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

background-color css

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

 a { background-color: rgb(53,84,98); }

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

border-color css

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

 span { border-color: rgb(53,84,98); }

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