Html Css Color HEX #30535B Casal

📋 copy color: '#30535B'

red 48 ◦ green 83 ◦ blue 91

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

Shades of Casal #30535B

Tints of Casal #30535B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.99%

R = 21.62%
G = 37.39%
B = 40.99%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30535B (or 0x30535B) is known color: Casal. HEX triplet: 30, 53 and 5B. RGB value is (48,83,91). Sum of RGB (Red+Green+Blue) = 48+83+91=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #30535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30535B is #CFACA4. Grayscale: #494949. Windows color (decimal): -13610149 or 5985072. OLE color: 5985072.

HSL color Cylindrical-coordinate representation of color #30535B: hue angle of 191.16º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30535B is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 83 91 -
CMYK 0.47 0.09 0 0.64
HSL 191.16º 0.31% 0.27% -
HSV(B) 191.16º 0.47% 0.36% -
XYZ 6.2 7.57 11.03 -
YUV 73.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 48 83 91 0.47 0.09 0 0.64 191.16 0.31 0.27
Hex 30 53 5B 2F 9 0 40 BF 1F 1B
Octal 60 123 133 57 11 0 100 277 37 33
Binary 110000 1010011 1011011 101111 1001 0 1000000 10111111 11111 11011

Color Harmonies of #30535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30535B

Black with #30535B

Text Example


Text Example

White with #30535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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