#305A6E

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

Shades of Blumine #305A6E

Tints of Blumine #305A6E

Color information

#305A6E (or 0x305A6E) is unknown color: approx Blumine. HEX triplet: 30, 5A and 6E. RGB value is (48,90,110). Sum of RGB (Red+Green+Blue) = 48+90+110=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #305A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A6E is #CFA591. Grayscale: #4F4F4F. Windows color (decimal): -13608338 or 7232048. OLE color: 7232048.

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

Color convert

RGB4890110-
CMYK0.560.1800.57
HSL199.35º39.24%30.98%-
HSV(B)199.35º56.36%43.14%-
XYZ7.699.0716.1-
YUV79.72145.09105.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 90 (35.55% from 255) = 36.29%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=19.35%
G=36.29%
B=44.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48901100.560.1800.57199.3539.2430.98
Hex305A6E3812039c7271f
Octal6013215670220713074737
Binary110000101101011011101110001001001110011100011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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