#306692

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

Shades of Lochmara #306692

Tints of Lochmara #306692

Color information

#306692 (or 0x306692) is unknown color: approx Lochmara. HEX triplet: 30, 66 and 92. RGB value is (48,102,146). Sum of RGB (Red+Green+Blue) = 48+102+146=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #306692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306692 is #CF996D. Grayscale: #5A5A5A. Windows color (decimal): -13605230 or 9594416. OLE color: 9594416.

HSL color Cylindrical-coordinate representation of color #306692: hue angle of 206.94º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306692 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB48102146-
CMYK0.670.3000.43
HSL206.94º50.52%38.04%-
HSV(B)206.94º67.12%57.25%-
XYZ11.1612.2128.96-
YUV90.87159.1197.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=16.22%
G=34.46%
B=49.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481021460.670.3000.43206.9450.5238.04
Hex306692431E02Bcf3326
Octal60146222103360533176346
Binary110000110011010010010100001111110010101111001111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306692; }

 p { color: rgb(48,102,146); }

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

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

 a { background-color: rgb(48,102,146); }

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

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

 span { border-color: rgb(48,102,146); }

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