#30697A

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

Shades of Allports #30697A

Tints of Allports #30697A

Color information

#30697A (or 0x30697A) is unknown color: approx Allports. HEX triplet: 30, 69 and 7A. RGB value is (48,105,122). Sum of RGB (Red+Green+Blue) = 48+105+122=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #30697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30697A is #CF9685. Grayscale: #595959. Windows color (decimal): -13604486 or 8022320. OLE color: 8022320.

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

Color convert

RGB48105122-
CMYK0.610.1400.52
HSL193.78º43.53%33.33%-
HSV(B)193.78º60.66%47.84%-
XYZ9.7812.1420.24-
YUV89.9146.1298.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 122 (48.05% from 255) = 44.36%
R=17.45%
G=38.18%
B=44.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481051220.610.1400.52193.7843.5333.33
Hex30697A3DE034c22c21
Octal6015117275160643025441
Binary110000110100111110101111011110011010011000010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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