#30657B

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

Shades of Blumine #30657B

Tints of Blumine #30657B

Color information

#30657B (or 0x30657B) is unknown color: approx Blumine. HEX triplet: 30, 65 and 7B. RGB value is (48,101,123). Sum of RGB (Red+Green+Blue) = 48+101+123=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #30657B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30657B is #CF9A84. Grayscale: #575757. Windows color (decimal): -13605509 or 8086832. OLE color: 8086832.

HSL color Cylindrical-coordinate representation of color #30657B: hue angle of 197.6º 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 #30657B is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB48101123-
CMYK0.610.1800.52
HSL197.6º43.86%33.53%-
HSV(B)197.6º60.98%48.24%-
XYZ9.4511.3720.43-
YUV87.66147.9499.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=17.65%
G=37.13%
B=45.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481011230.610.1800.52197.643.8633.53
Hex30657B3D12034c62c22
Octal6014517375220643065442
Binary1100001100101111101111110110010011010011000110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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