#306AB5

Color #306AB5 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #306AB5

Tints of Lochmara #306AB5

Color information

#306AB5 (or 0x306AB5) is unknown color: approx Lochmara. HEX triplet: 30, 6A and B5. RGB value is (48,106,181). Sum of RGB (Red+Green+Blue) = 48+106+181=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 181 (71.09% from 255 or 54.03% from 335); Max value from RGB is 181 - color contains mainly: blue. Hex color #306AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306AB5 is #CF954A. Grayscale: #606060. Windows color (decimal): -13604171 or 11889200. OLE color: 11889200.

HSL color Cylindrical-coordinate representation of color #306AB5: hue angle of 213.83º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #306AB5 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB48106181-
CMYK0.730.4100.29
HSL213.83º58.08%44.9%-
HSV(B)213.83º73.48%70.98%-
XYZ14.7114.2745.7-
YUV97.21175.2892.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.33%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 181 (71.09% from 255) = 54.03%
R=14.33%
G=31.64%
B=54.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481061810.730.4100.29213.8358.0844.9
Hex306AB5492901Dd63a2d
Octal60152265111510353267255
Binary110000110101010110101100100110100101110111010110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306AB5; }

 p { color: rgb(48,106,181); }

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

<style>
 a { background-color: #306AB5; }

 a { background-color: rgb(48,106,181); }

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

<style>
 span { border-color: #306AB5; }

 span { border-color: rgb(48,106,181); }

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