Html Css Color HEX #30535D Casal

📋 copy color: '#30535D'

red 48 ◦ green 83 ◦ blue 93

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

Shades of Casal #30535D

Tints of Casal #30535D

RGB

 RED value IS 48 (19.14% from 255) = 21.43%

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

 BLUE value IS 93 (36.72% from 255) = 41.52%

R = 21.43%
G = 37.05%
B = 41.52%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30535D (or 0x30535D) is known color: Casal. HEX triplet: 30, 53 and 5D. RGB value is (48,83,93). Sum of RGB (Red+Green+Blue) = 48+83+93=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #30535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30535D is #CFACA2. Grayscale: #494949. Windows color (decimal): -13610147 or 6116144. OLE color: 6116144.

HSL color Cylindrical-coordinate representation of color #30535D: hue angle of 193.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30535D is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 83 93 -
CMYK 0.48 0.11 0 0.64
HSL 193.33º 0.32% 0.28% -
HSV(B) 193.33º 0.48% 0.36% -
XYZ 6.29 7.61 11.49 -
YUV 73.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 48 83 93 0.48 0.11 0 0.64 193.33 0.32 0.28
Hex 30 53 5D 30 B 0 40 C1 20 1C
Octal 60 123 135 60 13 0 100 301 40 34
Binary 110000 1010011 1011101 110000 1011 0 1000000 11000001 100000 11100

Color Harmonies of #30535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30535D

Black with #30535D

Text Example


Text Example

White with #30535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30535D; }

 p { color: rgb(48,83,93); }

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

background-color css

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

 a { background-color: rgb(48,83,93); }

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

border-color css

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

 span { border-color: rgb(48,83,93); }

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