Html Css Color HEX #3A5B63 Casal

📋 copy color: '#3A5B63'

red 58 ◦ green 91 ◦ blue 99

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

Shades of Casal #3A5B63

Tints of Casal #3A5B63

RGB

 RED value IS 58 (23.05% from 255) = 23.39%

 GREEN value IS 91 (35.94% from 255) = 36.69%

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 23.39%
G = 36.69%
B = 39.92%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3A5B63 (or 0x3A5B63) is known color: Casal. HEX triplet: 3A, 5B and 63. RGB value is (58,91,99). Sum of RGB (Red+Green+Blue) = 58+91+99=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A5B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5B63 is #C5A49C. Grayscale: #515151. Windows color (decimal): -12952733 or 6511418. OLE color: 6511418.

HSL color Cylindrical-coordinate representation of color #3A5B63: hue angle of 191.71º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A5B63 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 58 91 99 -
CMYK 0.41 0.08 0 0.61
HSL 191.71º 0.26% 0.31% -
HSV(B) 191.71º 0.41% 0.39% -
XYZ 7.74 9.28 13.19 -
YUV 82.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 58 91 99 0.41 0.08 0 0.61 191.71 0.26 0.31
Hex 3A 5B 63 29 8 0 3D C0 1A 1F
Octal 72 133 143 51 10 0 75 300 32 37
Binary 111010 1011011 1100011 101001 1000 0 111101 11000000 11010 11111

Color Harmonies of #3A5B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5B63

Black with #3A5B63

Text Example


Text Example

White with #3A5B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5B63; }

 p { color: rgb(58,91,99); }

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

background-color css

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

 a { background-color: rgb(58,91,99); }

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

border-color css

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

 span { border-color: rgb(58,91,99); }

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