Html Css Color HEX #30535C Casal

📋 copy color: '#30535C'

red 48 ◦ green 83 ◦ blue 92

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

Shades of Casal #30535C

Tints of Casal #30535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.26%

R = 21.52%
G = 37.22%
B = 41.26%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30535C (or 0x30535C) is known color: Casal. HEX triplet: 30, 53 and 5C. RGB value is (48,83,92). Sum of RGB (Red+Green+Blue) = 48+83+92=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #30535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30535C is #CFACA3. Grayscale: #494949. Windows color (decimal): -13610148 or 6050608. OLE color: 6050608.

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

Color convert

RGB 48 83 92 -
CMYK 0.48 0.10 0 0.64
HSL 192.27º 0.31% 0.27% -
HSV(B) 192.27º 0.48% 0.36% -
XYZ 6.24 7.59 11.26 -
YUV 73.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 48 83 92 0.48 0.10 0 0.64 192.27 0.31 0.27
Hex 30 53 5C 30 A 0 40 C0 1F 1B
Octal 60 123 134 60 12 0 100 300 37 33
Binary 110000 1010011 1011100 110000 1010 0 1000000 11000000 11111 11011

Color Harmonies of #30535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30535C

Black with #30535C

Text Example


Text Example

White with #30535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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