#305C72

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

Shades of Blumine #305C72

Tints of Blumine #305C72

Color information

#305C72 (or 0x305C72) is unknown color: approx Blumine. HEX triplet: 30, 5C and 72. RGB value is (48,92,114). Sum of RGB (Red+Green+Blue) = 48+92+114=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #305C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C72 is #CFA38D. Grayscale: #515151. Windows color (decimal): -13607822 or 7494704. OLE color: 7494704.

HSL color Cylindrical-coordinate representation of color #305C72: hue angle of 200º 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 #305C72 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4892114-
CMYK0.580.1900.55
HSL200º40.74%31.76%-
HSV(B)200º57.89%44.71%-
XYZ8.089.517.33-
YUV81.35146.42104.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 92 (36.33% from 255) = 36.22%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=18.90%
G=36.22%
B=44.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48921140.580.1900.5520040.7431.76
Hex305C723A13037c82920
Octal6013416272230673105140
Binary1100001011100111001011101010011011011111001000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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