#305B72

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

Shades of Blumine #305B72

Tints of Blumine #305B72

Color information

#305B72 (or 0x305B72) is unknown color: approx Blumine. HEX triplet: 30, 5B and 72. RGB value is (48,91,114). Sum of RGB (Red+Green+Blue) = 48+91+114=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #305B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305B72 is #CFA48D. Grayscale: #505050. Windows color (decimal): -13608078 or 7494448. OLE color: 7494448.

HSL color Cylindrical-coordinate representation of color #305B72: hue angle of 200.91º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305B72 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4891114-
CMYK0.580.2000.55
HSL200.91º40.74%31.76%-
HSV(B)200.91º57.89%44.71%-
XYZ89.3317.3-
YUV80.76146.75104.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=18.97%
G=35.97%
B=45.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48911140.580.2000.55200.9140.7431.76
Hex305B723A14037c92920
Octal6013316272240673115140
Binary1100001011011111001011101010100011011111001001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305B72; }

 p { color: rgb(48,91,114); }

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

<style>
 a { background-color: #305B72; }

 a { background-color: rgb(48,91,114); }

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

<style>
 span { border-color: #305B72; }

 span { border-color: rgb(48,91,114); }

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