#306A9D

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

Shades of Lochmara #306A9D

Tints of Lochmara #306A9D

Color information

#306A9D (or 0x306A9D) is unknown color: approx Lochmara. HEX triplet: 30, 6A and 9D. RGB value is (48,106,157). Sum of RGB (Red+Green+Blue) = 48+106+157=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #306A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306A9D is #CF9562. Grayscale: #5E5E5E. Windows color (decimal): -13604195 or 10316336. OLE color: 10316336.

HSL color Cylindrical-coordinate representation of color #306A9D: hue angle of 208.07º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #306A9D is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB48106157-
CMYK0.690.3200.38
HSL208.07º53.17%40.2%-
HSV(B)208.07º69.43%61.57%-
XYZ12.4613.3733.82-
YUV94.47163.2894.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 106 (41.80% from 255) = 34.08%
BLUE value IS 157 (61.72% from 255) = 50.48%
R=15.43%
G=34.08%
B=50.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481061570.690.3200.38208.0753.1740.2
Hex306A9D4520026d03528
Octal60152235105400463206550
Binary1100001101010100111011000101100000010011011010000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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