Html Css Color HEX #305159 Casal

📋 copy color: '#305159'

red 48 ◦ green 81 ◦ blue 89

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

Shades of Casal #305159

Tints of Casal #305159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 40.83%

R = 22.02%
G = 37.16%
B = 40.83%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#305159 (or 0x305159) is known color: Casal. HEX triplet: 30, 51 and 59. RGB value is (48,81,89). Sum of RGB (Red+Green+Blue) = 48+81+89=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #305159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305159 is #CFAEA6. Grayscale: #474747. Windows color (decimal): -13610663 or 5853488. OLE color: 5853488.

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

Color convert

RGB 48 81 89 -
CMYK 0.46 0.09 0 0.65
HSL 191.71º 0.3% 0.27% -
HSV(B) 191.71º 0.46% 0.35% -
XYZ 5.96 7.23 10.53 -
YUV 72.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 48 81 89 0.46 0.09 0 0.65 191.71 0.3 0.27
Hex 30 51 59 2E 9 0 41 C0 1E 1B
Octal 60 121 131 56 11 0 101 300 36 33
Binary 110000 1010001 1011001 101110 1001 0 1000001 11000000 11110 11011

Color Harmonies of #305159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305159

Black with #305159

Text Example


Text Example

White with #305159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305159; }

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

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

background-color css

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

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

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

border-color css

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

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

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