#306aaa

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

Shades of Lochmara #306AAA

Tints of Lochmara #306AAA

Color information

#306AAA (or 0x306AAA) is unknown color: approx Lochmara. HEX triplet: 30, 6A and AA. RGB value is (48,106,170). Sum of RGB (Red+Green+Blue) = 48+106+170=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #306AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306AAA is #CF9555. Grayscale: #5F5F5F. Windows color (decimal): -13604182 or 11168304. OLE color: 11168304.

HSL color Cylindrical-coordinate representation of color #306AAA: hue angle of 211.48º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #306AAA is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB48106170-
CMYK0.720.3800.33
HSL211.48º55.96%42.75%-
HSV(B)211.48º71.76%66.67%-
XYZ13.6313.8439.98-
YUV95.95169.7893.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 106 (41.80% from 255) = 32.72%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=14.81%
G=32.72%
B=52.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481061700.720.3800.33211.4855.9642.75
Hex306AAA4826021d3382b
Octal60152252110460413237053
Binary1100001101010101010101001000100110010000111010011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306aaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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