#30697B

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

Shades of Allports #30697B

Tints of Allports #30697B

Color information

#30697B (or 0x30697B) is unknown color: approx Allports. HEX triplet: 30, 69 and 7B. RGB value is (48,105,123). Sum of RGB (Red+Green+Blue) = 48+105+123=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #30697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30697B is #CF9684. Grayscale: #595959. Windows color (decimal): -13604485 or 8087856. OLE color: 8087856.

HSL color Cylindrical-coordinate representation of color #30697B: hue angle of 194.4º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30697B is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB48105123-
CMYK0.610.1500.52
HSL194.4º43.86%33.53%-
HSV(B)194.4º60.98%48.24%-
XYZ9.8512.1620.57-
YUV90.01146.6298.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 105 (41.41% from 255) = 38.04%
BLUE value IS 123 (48.44% from 255) = 44.57%
R=17.39%
G=38.04%
B=44.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481051230.610.1500.52194.443.8633.53
Hex30697B3DF034c22c22
Octal6015117375170643025442
Binary110000110100111110111111011111011010011000010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30697B; }

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

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

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

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

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

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

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

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