Html Css Color HEX #304660 Cello

📋 copy color: '#304660'

red 48 ◦ green 70 ◦ blue 96

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

Shades of Cello #304660

Tints of Cello #304660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.71%

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

R = 22.43%
G = 32.71%
B = 44.86%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304660 (or 0x304660) is known color: Cello. HEX triplet: 30, 46 and 60. RGB value is (48,70,96). Sum of RGB (Red+Green+Blue) = 48+70+96=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #304660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304660 is #CFB99F. Grayscale: #424242. Windows color (decimal): -13613472 or 6309424. OLE color: 6309424.

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

Color convert

RGB 48 70 96 -
CMYK 0.50 0.27 0 0.62
HSL 212.5º 0.33% 0.28% -
HSV(B) 212.5º 0.5% 0.38% -
XYZ 5.52 5.85 11.91 -
YUV 66.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 48 70 96 0.50 0.27 0 0.62 212.5 0.33 0.28
Hex 30 46 60 32 1B 0 3E D4 21 1C
Octal 60 106 140 62 33 0 76 324 41 34
Binary 110000 1000110 1100000 110010 11011 0 111110 11010100 100001 11100

Color Harmonies of #304660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304660

Black with #304660

Text Example


Text Example

White with #304660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304660; }

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

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

background-color css

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

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

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

border-color css

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

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

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