Html Css Color HEX #305158 Casal

📋 copy color: '#305158'

red 48 ◦ green 81 ◦ blue 88

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

Shades of Casal #305158

Tints of Casal #305158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.55%

R = 22.12%
G = 37.33%
B = 40.55%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#305158 (or 0x305158) is known color: Casal. HEX triplet: 30, 51 and 58. RGB value is (48,81,88). Sum of RGB (Red+Green+Blue) = 48+81+88=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #305158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305158 is #CFAEA7. Grayscale: #474747. Windows color (decimal): -13610664 or 5787952. OLE color: 5787952.

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

Color convert

RGB 48 81 88 -
CMYK 0.45 0.08 0 0.65
HSL 190.5º 0.29% 0.27% -
HSV(B) 190.5º 0.45% 0.35% -
XYZ 5.92 7.22 10.31 -
YUV 71.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 48 81 88 0.45 0.08 0 0.65 190.5 0.29 0.27
Hex 30 51 58 2D 8 0 41 BE 1D 1B
Octal 60 121 130 55 10 0 101 276 35 33
Binary 110000 1010001 1011000 101101 1000 0 1000001 10111110 11101 11011

Color Harmonies of #305158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305158

Black with #305158

Text Example


Text Example

White with #305158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305158; }

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

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

background-color css

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

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

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

border-color css

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

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

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