Html Css Color HEX #30515B Casal

📋 copy color: '#30515B'

red 48 ◦ green 81 ◦ blue 91

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

Shades of Casal #30515B

Tints of Casal #30515B

RGB

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

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

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

R = 21.82%
G = 36.82%
B = 41.36%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30515B (or 0x30515B) is known color: Casal. HEX triplet: 30, 51 and 5B. RGB value is (48,81,91). Sum of RGB (Red+Green+Blue) = 48+81+91=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #30515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30515B is #CFAEA4. Grayscale: #484848. Windows color (decimal): -13610661 or 5984560. OLE color: 5984560.

HSL color Cylindrical-coordinate representation of color #30515B: hue angle of 193.95º 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 #30515B is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 81 91 -
CMYK 0.47 0.11 0 0.64
HSL 193.95º 0.31% 0.27% -
HSV(B) 193.95º 0.47% 0.36% -
XYZ 6.05 7.27 10.98 -
YUV 72.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 48 81 91 0.47 0.11 0 0.64 193.95 0.31 0.27
Hex 30 51 5B 2F B 0 40 C2 1F 1B
Octal 60 121 133 57 13 0 100 302 37 33
Binary 110000 1010001 1011011 101111 1011 0 1000000 11000010 11111 11011

Color Harmonies of #30515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30515B

Black with #30515B

Text Example


Text Example

White with #30515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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