#304767

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

Shades of Cello #304767

Tints of Cello #304767

Color information

#304767 (or 0x304767) is unknown color: approx Cello. HEX triplet: 30, 47 and 67. RGB value is (48,71,103). Sum of RGB (Red+Green+Blue) = 48+71+103=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #304767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304767 is #CFB898. Grayscale: #434343. Windows color (decimal): -13613209 or 6768432. OLE color: 6768432.

HSL color Cylindrical-coordinate representation of color #304767: hue angle of 214.91º 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 #304767 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4871103-
CMYK0.530.3100.60
HSL214.91º36.42%29.61%-
HSV(B)214.91º53.4%40.39%-
XYZ5.926.1113.7-
YUV67.77147.88113.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.62%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 103 (40.62% from 255) = 46.40%
R=21.62%
G=31.98%
B=46.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48711030.530.3100.60214.9136.4229.61
Hex304767351F03Cd7241e
Octal6010714765370743274436
Binary110000100011111001111101011111101111001101011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304767; }

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

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

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

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

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

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

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

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