#304B69

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

Shades of Cello #304B69

Tints of Cello #304B69

Color information

#304B69 (or 0x304B69) is unknown color: approx Cello. HEX triplet: 30, 4B and 69. RGB value is (48,75,105). Sum of RGB (Red+Green+Blue) = 48+75+105=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #304B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B69 is #CFB496. Grayscale: #464646. Windows color (decimal): -13612183 or 6900528. OLE color: 6900528.

HSL color Cylindrical-coordinate representation of color #304B69: hue angle of 211.58º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #304B69 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4875105-
CMYK0.540.2900.59
HSL211.58º37.25%30%-
HSV(B)211.58º54.29%41.18%-
XYZ6.286.6814.32-
YUV70.35147.55112.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=21.05%
G=32.89%
B=46.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48751050.540.2900.59211.5837.2530
Hex304B69361D03Bd4251e
Octal6011315166350733244536
Binary110000100101111010011101101110101110111101010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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