Html Css Color HEX #30575F Casal

📋 copy color: '#30575F'

red 48 ◦ green 87 ◦ blue 95

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

Shades of Casal #30575F

Tints of Casal #30575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.83%

 BLUE value IS 95 (37.5% from 255) = 41.3%

R = 20.87%
G = 37.83%
B = 41.3%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30575F (or 0x30575F) is known color: Casal. HEX triplet: 30, 57 and 5F. RGB value is (48,87,95). Sum of RGB (Red+Green+Blue) = 48+87+95=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 95 - color contains mainly: blue. Hex color #30575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30575F is #CFA8A0. Grayscale: #4C4C4C. Windows color (decimal): -13609121 or 6248240. OLE color: 6248240.

HSL color Cylindrical-coordinate representation of color #30575F: hue angle of 190.21º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30575F is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 87 95 -
CMYK 0.49 0.08 0 0.63
HSL 190.21º 0.33% 0.28% -
HSV(B) 190.21º 0.49% 0.37% -
XYZ 6.69 8.27 12.07 -
YUV 76.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 48 87 95 0.49 0.08 0 0.63 190.21 0.33 0.28
Hex 30 57 5F 31 8 0 3F BE 21 1C
Octal 60 127 137 61 10 0 77 276 41 34
Binary 110000 1010111 1011111 110001 1000 0 111111 10111110 100001 11100

Color Harmonies of #30575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30575F

Black with #30575F

Text Example


Text Example

White with #30575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30575F; }

 p { color: rgb(48,87,95); }

 H1.HeaderClassName
 {
   color: #30575F;
 }
 .AnyTagClassName
 {
   color: #30575F;
 }
</style>

background-color css

<style>
 a { background-color: #30575F; }

 a { background-color: rgb(48,87,95); }

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

border-color css

<style>
 span { border-color: #30575F; }

 span { border-color: rgb(48,87,95); }

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