#306B7C

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

Shades of Allports #306B7C

Tints of Allports #306B7C

Color information

#306B7C (or 0x306B7C) is unknown color: approx Allports. HEX triplet: 30, 6B and 7C. RGB value is (48,107,124). Sum of RGB (Red+Green+Blue) = 48+107+124=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #306B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B7C is #CF9483. Grayscale: #5B5B5B. Windows color (decimal): -13603972 or 8153904. OLE color: 8153904.

HSL color Cylindrical-coordinate representation of color #306B7C: hue angle of 193.42º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #306B7C is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB48107124-
CMYK0.610.1400.51
HSL193.42º44.19%33.73%-
HSV(B)193.42º61.29%48.63%-
XYZ10.1112.620.97-
YUV91.3146.4597.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=17.20%
G=38.35%
B=44.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal481071240.610.1400.51193.4244.1933.73
Hex306B7C3DE033c12c22
Octal6015317475160633015442
Binary110000110101111111001111011110011001111000001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306B7C; }

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

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

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

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

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

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

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

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