#305C70

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

Shades of Blumine #305C70

Tints of Blumine #305C70

Color information

#305C70 (or 0x305C70) is unknown color: approx Blumine. HEX triplet: 30, 5C and 70. RGB value is (48,92,112). Sum of RGB (Red+Green+Blue) = 48+92+112=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #305C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C70 is #CFA38F. Grayscale: #515151. Windows color (decimal): -13607824 or 7363632. OLE color: 7363632.

HSL color Cylindrical-coordinate representation of color #305C70: hue angle of 198.75º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #305C70 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4892112-
CMYK0.570.1800.56
HSL198.75º40%31.37%-
HSV(B)198.75º57.14%43.92%-
XYZ7.979.4516.73-
YUV81.12145.42104.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=19.05%
G=36.51%
B=44.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48921120.570.1800.56198.754031.37
Hex305C703912038c7281f
Octal6013416071220703075037
Binary110000101110011100001110011001001110001100011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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