#305B67

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

Shades of Blumine #305B67

Tints of Blumine #305B67

Color information

#305B67 (or 0x305B67) is unknown color: approx Blumine. HEX triplet: 30, 5B and 67. RGB value is (48,91,103). Sum of RGB (Red+Green+Blue) = 48+91+103=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: blue. Hex color #305B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305B67 is #CFA498. Grayscale: #4F4F4F. Windows color (decimal): -13608089 or 6773552. OLE color: 6773552.

HSL color Cylindrical-coordinate representation of color #305B67: hue angle of 193.09º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #305B67 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4891103-
CMYK0.530.1200.60
HSL193.09º36.42%29.61%-
HSV(B)193.09º53.4%40.39%-
XYZ7.419.0914.2-
YUV79.51141.25105.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 91 (35.94% from 255) = 37.60%
BLUE value IS 103 (40.62% from 255) = 42.56%
R=19.83%
G=37.60%
B=42.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48911030.530.1200.60193.0936.4229.61
Hex305B6735C03Cc1241e
Octal6013314765140743014436
Binary11000010110111100111110101110001111001100000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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