#306792

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

Shades of Lochmara #306792

Tints of Lochmara #306792

Color information

#306792 (or 0x306792) is unknown color: approx Lochmara. HEX triplet: 30, 67 and 92. RGB value is (48,103,146). Sum of RGB (Red+Green+Blue) = 48+103+146=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #306792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306792 is #CF986D. Grayscale: #5B5B5B. Windows color (decimal): -13604974 or 9594672. OLE color: 9594672.

HSL color Cylindrical-coordinate representation of color #306792: hue angle of 206.33º 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 #306792 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB48103146-
CMYK0.670.2900.43
HSL206.33º50.52%38.04%-
HSV(B)206.33º67.12%57.25%-
XYZ11.2612.429-
YUV91.46158.7897-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=16.16%
G=34.68%
B=49.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481031460.670.2900.43206.3350.5238.04
Hex306792431D02Bce3326
Octal60147222103350533166346
Binary110000110011110010010100001111101010101111001110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306792; }

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

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

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

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

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

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

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

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