Html Css Color HEX #304760 Cello

📋 copy color: '#304760'

red 48 ◦ green 71 ◦ blue 96

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

Shades of Cello #304760

Tints of Cello #304760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.02%

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

R = 22.33%
G = 33.02%
B = 44.65%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304760 (or 0x304760) is known color: Cello. HEX triplet: 30, 47 and 60. RGB value is (48,71,96). Sum of RGB (Red+Green+Blue) = 48+71+96=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #304760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304760 is #CFB89F. Grayscale: #424242. Windows color (decimal): -13613216 or 6309680. OLE color: 6309680.

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

Color convert

RGB 48 71 96 -
CMYK 0.50 0.26 0 0.62
HSL 211.25º 0.33% 0.28% -
HSV(B) 211.25º 0.5% 0.38% -
XYZ 5.58 5.98 11.93 -
YUV 66.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 48 71 96 0.50 0.26 0 0.62 211.25 0.33 0.28
Hex 30 47 60 32 1A 0 3E D3 21 1C
Octal 60 107 140 62 32 0 76 323 41 34
Binary 110000 1000111 1100000 110010 11010 0 111110 11010011 100001 11100

Color Harmonies of #304760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304760

Black with #304760

Text Example


Text Example

White with #304760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304760; }

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

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

background-color css

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

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

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

border-color css

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

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

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