Html Css Color HEX #435358 Casal

📋 copy color: '#435358'

red 67 ◦ green 83 ◦ blue 88

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

Shades of Casal #435358

Tints of Casal #435358

RGB

 RED value IS 67 (26.56% from 255) = 28.15%

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

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

R = 28.15%
G = 34.87%
B = 36.97%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#435358 (or 0x435358) is known color: Casal. HEX triplet: 43, 53 and 58. RGB value is (67,83,88). Sum of RGB (Red+Green+Blue) = 67+83+88=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 88 - color contains mainly: blue. Hex color #435358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435358 is #BCACA7. Grayscale: #4E4E4E. Windows color (decimal): -12364968 or 5788483. OLE color: 5788483.

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

Color convert

RGB 67 83 88 -
CMYK 0.24 0.06 0 0.65
HSL 194.29º 0.14% 0.3% -
HSV(B) 194.29º 0.24% 0.35% -
XYZ 7.17 8.08 10.42 -
YUV 78.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 67 83 88 0.24 0.06 0 0.65 194.29 0.14 0.3
Hex 43 53 58 18 6 0 41 C2 E 1E
Octal 103 123 130 30 6 0 101 302 16 36
Binary 1000011 1010011 1011000 11000 110 0 1000001 11000010 1110 11110

Color Harmonies of #435358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435358

Black with #435358

Text Example


Text Example

White with #435358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435358; }

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

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

background-color css

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

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

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

border-color css

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

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

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