#304e6a

Color #304E6A Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #304E6A

Tints of Cello #304E6A

Color information

#304E6A (or 0x304E6A) is unknown color: approx Cello. HEX triplet: 30, 4E and 6A. RGB value is (48,78,106). Sum of RGB (Red+Green+Blue) = 48+78+106=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 106 - color contains mainly: blue. Hex color #304E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E6A is #CFB195. Grayscale: #484848. Windows color (decimal): -13611414 or 6966832. OLE color: 6966832.

HSL color Cylindrical-coordinate representation of color #304E6A: hue angle of 208.97º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #304E6A is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4878106-
CMYK0.550.2600.58
HSL208.97º37.66%30.2%-
HSV(B)208.97º54.72%41.57%-
XYZ6.547.1214.66-
YUV72.22147.06110.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 78 (30.86% from 255) = 33.62%
BLUE value IS 106 (41.80% from 255) = 45.69%
R=20.69%
G=33.62%
B=45.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48781060.550.2600.58208.9737.6630.2
Hex304E6A371A03Ad1261e
Octal6011615267320723214636
Binary110000100111011010101101111101001110101101000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304e6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304e6a; }

 p { color: rgb(48,78,106); }

 H1.HeaderClassName
 {
   color: #304e6a;
 }
 .AnyTagClassName
 {
   color: #304e6a;
 }
</style>
background-color css

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

 a { background-color: rgb(48,78,106); }

 div.DivClassName
 {
   background-color: #304e6a;
 }
 .BgClassName
 {
   background-color: #304e6a;
 }
</style>
border-color css

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

 span { border-color: rgb(48,78,106); }

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