#304B6D

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

Shades of Cello #304B6D

Tints of Cello #304B6D

Color information

#304B6D (or 0x304B6D) is unknown color: approx Cello. HEX triplet: 30, 4B and 6D. RGB value is (48,75,109). Sum of RGB (Red+Green+Blue) = 48+75+109=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #304B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B6D is #CFB492. Grayscale: #464646. Windows color (decimal): -13612179 or 7162672. OLE color: 7162672.

HSL color Cylindrical-coordinate representation of color #304B6D: hue angle of 213.44º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #304B6D is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4875109-
CMYK0.560.3100.57
HSL213.44º38.85%30.78%-
HSV(B)213.44º55.96%42.75%-
XYZ6.56.7615.43-
YUV70.8149.55111.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 75 (29.69% from 255) = 32.33%
BLUE value IS 109 (42.97% from 255) = 46.98%
R=20.69%
G=32.33%
B=46.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48751090.560.3100.57213.4438.8530.78
Hex304B6D381F039d5271f
Octal6011315570370713254737
Binary110000100101111011011110001111101110011101010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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