Html Css Color HEX #305860 Casal

📋 copy color: '#305860'

red 48 ◦ green 88 ◦ blue 96

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

Shades of Casal #305860

Tints of Casal #305860

RGB

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

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

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

R = 20.69%
G = 37.93%
B = 41.38%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#305860 (or 0x305860) is known color: Casal. HEX triplet: 30, 58 and 60. RGB value is (48,88,96). Sum of RGB (Red+Green+Blue) = 48+88+96=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #305860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305860 is #CFA79F. Grayscale: #4C4C4C. Windows color (decimal): -13608864 or 6314032. OLE color: 6314032.

HSL color Cylindrical-coordinate representation of color #305860: hue angle of 190º 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 #305860 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 88 96 -
CMYK 0.50 0.08 0 0.62
HSL 190º 0.33% 0.28% -
HSV(B) 190º 0.5% 0.38% -
XYZ 6.82 8.45 12.34 -
YUV 76.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 48 88 96 0.50 0.08 0 0.62 190 0.33 0.28
Hex 30 58 60 32 8 0 3E BE 21 1C
Octal 60 130 140 62 10 0 76 276 41 34
Binary 110000 1011000 1100000 110010 1000 0 111110 10111110 100001 11100

Color Harmonies of #305860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305860

Black with #305860

Text Example


Text Example

White with #305860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305860; }

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

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

background-color css

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

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

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

border-color css

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

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

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