#304B67

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

Shades of Cello #304B67

Tints of Cello #304B67

Color information

#304B67 (or 0x304B67) is unknown color: approx Cello. HEX triplet: 30, 4B and 67. RGB value is (48,75,103). Sum of RGB (Red+Green+Blue) = 48+75+103=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #304B67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B67 is #CFB498. Grayscale: #454545. Windows color (decimal): -13612185 or 6769456. OLE color: 6769456.

HSL color Cylindrical-coordinate representation of color #304B67: hue angle of 210.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304B67 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4875103-
CMYK0.530.2700.60
HSL210.55º36.42%29.61%-
HSV(B)210.55º53.4%40.39%-
XYZ6.186.6413.79-
YUV70.12146.55112.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 75 (29.69% from 255) = 33.19%
BLUE value IS 103 (40.62% from 255) = 45.58%
R=21.24%
G=33.19%
B=45.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48751030.530.2700.60210.5536.4229.61
Hex304B67351B03Cd3241e
Octal6011314765330743234436
Binary110000100101111001111101011101101111001101001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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