Html Css Color HEX #355862 Casal

📋 copy color: '#355862'

red 53 ◦ green 88 ◦ blue 98

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

Shades of Casal #355862

Tints of Casal #355862

RGB

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

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

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

R = 22.18%
G = 36.82%
B = 41%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#355862 (or 0x355862) is known color: Casal. HEX triplet: 35, 58 and 62. RGB value is (53,88,98). Sum of RGB (Red+Green+Blue) = 53+88+98=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #355862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355862 is #CAA79D. Grayscale: #4E4E4E. Windows color (decimal): -13281182 or 6445109. OLE color: 6445109.

HSL color Cylindrical-coordinate representation of color #355862: hue angle of 193.33º 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 #355862 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 88 98 -
CMYK 0.46 0.10 0 0.62
HSL 193.33º 0.3% 0.3% -
HSV(B) 193.33º 0.46% 0.38% -
XYZ 7.16 8.62 12.84 -
YUV 78.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 53 88 98 0.46 0.10 0 0.62 193.33 0.3 0.3
Hex 35 58 62 2E A 0 3E C1 1E 1E
Octal 65 130 142 56 12 0 76 301 36 36
Binary 110101 1011000 1100010 101110 1010 0 111110 11000001 11110 11110

Color Harmonies of #355862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355862

Black with #355862

Text Example


Text Example

White with #355862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355862; }

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

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

background-color css

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

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

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

border-color css

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

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

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