#306F7D

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

Shades of Allports #306F7D

Tints of Allports #306F7D

Color information

#306F7D (or 0x306F7D) is unknown color: approx Allports. HEX triplet: 30, 6F and 7D. RGB value is (48,111,125). Sum of RGB (Red+Green+Blue) = 48+111+125=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #306F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F7D is #CF9082. Grayscale: #5D5D5D. Windows color (decimal): -13602947 or 8220464. OLE color: 8220464.

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

Color convert

RGB48111125-
CMYK0.620.1100.51
HSL190.91º44.51%33.92%-
HSV(B)190.91º61.6%49.02%-
XYZ10.6113.4821.44-
YUV93.76145.6395.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 111 (43.75% from 255) = 39.08%
BLUE value IS 125 (49.22% from 255) = 44.01%
R=16.90%
G=39.08%
B=44.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal481111250.620.1100.51190.9144.5133.92
Hex306F7D3EB033bf2d22
Octal6015717576130632775542
Binary110000110111111111011111101011011001110111111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,111,125); }

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

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

 a { background-color: rgb(48,111,125); }

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

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

 span { border-color: rgb(48,111,125); }

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