#305A6B

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

Shades of Blumine #305A6B

Tints of Blumine #305A6B

Color information

#305A6B (or 0x305A6B) is unknown color: approx Blumine. HEX triplet: 30, 5A and 6B. RGB value is (48,90,107). Sum of RGB (Red+Green+Blue) = 48+90+107=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #305A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A6B is #CFA594. Grayscale: #4F4F4F. Windows color (decimal): -13608341 or 7035440. OLE color: 7035440.

HSL color Cylindrical-coordinate representation of color #305A6B: hue angle of 197.29º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #305A6B is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4890107-
CMYK0.550.1600.58
HSL197.29º38.06%30.39%-
HSV(B)197.29º55.14%41.96%-
XYZ7.53915.25-
YUV79.38143.59105.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=19.59%
G=36.73%
B=43.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48901070.550.1600.58197.2938.0630.39
Hex305A6B371003Ac5261e
Octal6013215367200723054636
Binary110000101101011010111101111000001110101100010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,90,107); }

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

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

 a { background-color: rgb(48,90,107); }

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

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

 span { border-color: rgb(48,90,107); }

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