Html Css Color HEX #304860 Cello

📋 copy color: '#304860'

red 48 ◦ green 72 ◦ blue 96

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

Shades of Cello #304860

Tints of Cello #304860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.33%

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

R = 22.22%
G = 33.33%
B = 44.44%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304860 (or 0x304860) is known color: Cello. HEX triplet: 30, 48 and 60. RGB value is (48,72,96). Sum of RGB (Red+Green+Blue) = 48+72+96=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #304860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304860 is #CFB79F. Grayscale: #434343. Windows color (decimal): -13612960 or 6309936. OLE color: 6309936.

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

Color convert

RGB 48 72 96 -
CMYK 0.50 0.25 0 0.62
HSL 210º 0.33% 0.28% -
HSV(B) 210º 0.5% 0.38% -
XYZ 5.65 6.11 11.95 -
YUV 67.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 48 72 96 0.50 0.25 0 0.62 210 0.33 0.28
Hex 30 48 60 32 19 0 3E D2 21 1C
Octal 60 110 140 62 31 0 76 322 41 34
Binary 110000 1001000 1100000 110010 11001 0 111110 11010010 100001 11100

Color Harmonies of #304860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304860

Black with #304860

Text Example


Text Example

White with #304860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304860; }

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

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

background-color css

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

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

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

border-color css

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

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

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