#304B6B

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

Shades of Cello #304B6B

Tints of Cello #304B6B

Color information

#304B6B (or 0x304B6B) is unknown color: approx Cello. HEX triplet: 30, 4B and 6B. RGB value is (48,75,107). Sum of RGB (Red+Green+Blue) = 48+75+107=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #304B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B6B is #CFB494. Grayscale: #464646. Windows color (decimal): -13612181 or 7031600. OLE color: 7031600.

HSL color Cylindrical-coordinate representation of color #304B6B: hue angle of 212.54º 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 #304B6B is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4875107-
CMYK0.550.3000.58
HSL212.54º38.06%30.39%-
HSV(B)212.54º55.14%41.96%-
XYZ6.396.7214.87-
YUV70.57148.55111.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 107 (42.19% from 255) = 46.52%
R=20.87%
G=32.61%
B=46.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48751070.550.3000.58212.5438.0630.39
Hex304B6B371E03Ad5261e
Octal6011315367360723254636
Binary110000100101111010111101111111001110101101010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,75,107); }

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

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

 a { background-color: rgb(48,75,107); }

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

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

 span { border-color: rgb(48,75,107); }

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