#306BBA

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

Shades of Lochmara #306BBA

Tints of Lochmara #306BBA

Color information

#306BBA (or 0x306BBA) is unknown color: approx Lochmara. HEX triplet: 30, 6B and BA. RGB value is (48,107,186). Sum of RGB (Red+Green+Blue) = 48+107+186=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #306BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306BBA is #CF9445. Grayscale: #616161. Windows color (decimal): -13603910 or 12217136. OLE color: 12217136.

HSL color Cylindrical-coordinate representation of color #306BBA: hue angle of 214.35º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #306BBA is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48107186-
CMYK0.740.4200.27
HSL214.35º58.97%45.88%-
HSV(B)214.35º74.19%72.94%-
XYZ15.3414.6948.48-
YUV98.36177.4592.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.08%
GREEN value IS 107 (42.19% from 255) = 31.38%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=14.08%
G=31.38%
B=54.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481071860.740.4200.27214.3558.9745.88
Hex306BBA4A2A01Bd63b2e
Octal60153272112520333267356
Binary110000110101110111010100101010101001101111010110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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