Html Css Color HEX #305560 Casal

📋 copy color: '#305560'

red 48 ◦ green 85 ◦ blue 96

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

Shades of Casal #305560

Tints of Casal #305560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.12%

 BLUE value IS 96 (37.89% from 255) = 41.92%

R = 20.96%
G = 37.12%
B = 41.92%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#305560 (or 0x305560) is known color: Casal. HEX triplet: 30, 55 and 60. RGB value is (48,85,96). Sum of RGB (Red+Green+Blue) = 48+85+96=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #305560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305560 is #CFAA9F. Grayscale: #4B4B4B. Windows color (decimal): -13609632 or 6313264. OLE color: 6313264.

HSL color Cylindrical-coordinate representation of color #305560: hue angle of 193.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #305560 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 85 96 -
CMYK 0.50 0.11 0 0.62
HSL 193.75º 0.33% 0.28% -
HSV(B) 193.75º 0.5% 0.38% -
XYZ 6.58 7.97 12.26 -
YUV 75.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 48 85 96 0.50 0.11 0 0.62 193.75 0.33 0.28
Hex 30 55 60 32 B 0 3E C2 21 1C
Octal 60 125 140 62 13 0 76 302 41 34
Binary 110000 1010101 1100000 110010 1011 0 111110 11000010 100001 11100

Color Harmonies of #305560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305560

Black with #305560

Text Example


Text Example

White with #305560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305560; }

 p { color: rgb(48,85,96); }

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

background-color css

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

 a { background-color: rgb(48,85,96); }

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

border-color css

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

 span { border-color: rgb(48,85,96); }

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