Html Css Color HEX #30515A Casal

📋 copy color: '#30515A'

red 48 ◦ green 81 ◦ blue 90

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

Shades of Casal #30515A

Tints of Casal #30515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.99%

 BLUE value IS 90 (35.55% from 255) = 41.1%

R = 21.92%
G = 36.99%
B = 41.1%

CMYK

 C value IS 0.47

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#30515A (or 0x30515A) is known color: Casal. HEX triplet: 30, 51 and 5A. RGB value is (48,81,90). Sum of RGB (Red+Green+Blue) = 48+81+90=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #30515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30515A is #CFAEA5. Grayscale: #484848. Windows color (decimal): -13610662 or 5919024. OLE color: 5919024.

HSL color Cylindrical-coordinate representation of color #30515A: hue angle of 192.86º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30515A is Cyan = 0.47, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 81 90 -
CMYK 0.47 0.1 0 0.65
HSL 192.86º 0.3% 0.27% -
HSV(B) 192.86º 0.47% 0.35% -
XYZ 6.01 7.25 10.76 -
YUV 72.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 48 81 90 0.47 0.1 0 0.65 192.86 0.3 0.27
Hex 30 51 5A 2F A 0 41 C1 1E 1B
Octal 60 121 132 57 12 0 101 301 36 33
Binary 110000 1010001 1011010 101111 1010 0 1000001 11000001 11110 11011

Color Harmonies of #30515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30515A

Black with #30515A

Text Example


Text Example

White with #30515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30515A; }

 p { color: rgb(48,81,90); }

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

background-color css

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

 a { background-color: rgb(48,81,90); }

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

border-color css

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

 span { border-color: rgb(48,81,90); }

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