#304C62

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

Shades of Cello #304C62

Tints of Cello #304C62

Color information

#304C62 (or 0x304C62) is unknown color: approx Cello. HEX triplet: 30, 4C and 62. RGB value is (48,76,98). Sum of RGB (Red+Green+Blue) = 48+76+98=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #304C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C62 is #CFB39D. Grayscale: #464646. Windows color (decimal): -13611934 or 6442032. OLE color: 6442032.

HSL color Cylindrical-coordinate representation of color #304C62: hue angle of 206.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304C62 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB487698-
CMYK0.510.2200.62
HSL206.4º34.25%28.63%-
HSV(B)206.4º51.02%38.43%-
XYZ6.016.6812.53-
YUV70.14143.72112.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.62%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 98 (38.67% from 255) = 44.14%
R=21.62%
G=34.23%
B=44.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4876980.510.2200.62206.434.2528.63
Hex304C62331603Ece221d
Octal6011414263260763164235
Binary110000100110011000101100111011001111101100111010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,76,98); }

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

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

 a { background-color: rgb(48,76,98); }

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

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

 span { border-color: rgb(48,76,98); }

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