Html Css Color HEX #30585F Casal

📋 copy color: '#30585F'

red 48 ◦ green 88 ◦ blue 95

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

Shades of Casal #30585F

Tints of Casal #30585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.1%

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

R = 20.78%
G = 38.1%
B = 41.13%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30585F (or 0x30585F) is known color: Casal. HEX triplet: 30, 58 and 5F. RGB value is (48,88,95). Sum of RGB (Red+Green+Blue) = 48+88+95=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 95 - color contains mainly: blue. Hex color #30585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30585F is #CFA7A0. Grayscale: #4C4C4C. Windows color (decimal): -13608865 or 6248496. OLE color: 6248496.

HSL color Cylindrical-coordinate representation of color #30585F: hue angle of 188.94º 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 #30585F is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 88 95 -
CMYK 0.49 0.07 0 0.63
HSL 188.94º 0.33% 0.28% -
HSV(B) 188.94º 0.49% 0.37% -
XYZ 6.77 8.43 12.1 -
YUV 76.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 48 88 95 0.49 0.07 0 0.63 188.94 0.33 0.28
Hex 30 58 5F 31 7 0 3F BD 21 1C
Octal 60 130 137 61 7 0 77 275 41 34
Binary 110000 1011000 1011111 110001 111 0 111111 10111101 100001 11100

Color Harmonies of #30585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30585F

Black with #30585F

Text Example


Text Example

White with #30585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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