Html Css Color HEX #415358 Casal

📋 copy color: '#415358'

red 65 ◦ green 83 ◦ blue 88

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

Shades of Casal #415358

Tints of Casal #415358

RGB

 RED value IS 65 (25.78% from 255) = 27.54%

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

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

R = 27.54%
G = 35.17%
B = 37.29%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#415358 (or 0x415358) is known color: Casal. HEX triplet: 41, 53 and 58. RGB value is (65,83,88). Sum of RGB (Red+Green+Blue) = 65+83+88=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 88 - color contains mainly: blue. Hex color #415358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415358 is #BEACA7. Grayscale: #4E4E4E. Windows color (decimal): -12496040 or 5788481. OLE color: 5788481.

HSL color Cylindrical-coordinate representation of color #415358: hue angle of 193.04º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #415358 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 83 88 -
CMYK 0.26 0.06 0 0.65
HSL 193.04º 0.15% 0.3% -
HSV(B) 193.04º 0.26% 0.35% -
XYZ 7.03 8.01 10.41 -
YUV 78.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 65 83 88 0.26 0.06 0 0.65 193.04 0.15 0.3
Hex 41 53 58 1A 6 0 41 C1 F 1E
Octal 101 123 130 32 6 0 101 301 17 36
Binary 1000001 1010011 1011000 11010 110 0 1000001 11000001 1111 11110

Color Harmonies of #415358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415358

Black with #415358

Text Example


Text Example

White with #415358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415358; }

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

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

background-color css

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

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

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

border-color css

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

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

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