Html Css Color HEX #304960 Cello

📋 copy color: '#304960'

red 48 ◦ green 73 ◦ blue 96

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

Shades of Cello #304960

Tints of Cello #304960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.64%

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

R = 22.12%
G = 33.64%
B = 44.24%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304960 (or 0x304960) is known color: Cello. HEX triplet: 30, 49 and 60. RGB value is (48,73,96). Sum of RGB (Red+Green+Blue) = 48+73+96=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #304960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304960 is #CFB69F. Grayscale: #444444. Windows color (decimal): -13612704 or 6310192. OLE color: 6310192.

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

Color convert

RGB 48 73 96 -
CMYK 0.50 0.24 0 0.62
HSL 208.75º 0.33% 0.28% -
HSV(B) 208.75º 0.5% 0.38% -
XYZ 5.71 6.24 11.97 -
YUV 68.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 48 73 96 0.50 0.24 0 0.62 208.75 0.33 0.28
Hex 30 49 60 32 18 0 3E D1 21 1C
Octal 60 111 140 62 30 0 76 321 41 34
Binary 110000 1001001 1100000 110010 11000 0 111110 11010001 100001 11100

Color Harmonies of #304960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304960

Black with #304960

Text Example


Text Example

White with #304960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304960; }

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

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

background-color css

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

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

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

border-color css

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

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

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