#306794

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

Shades of Lochmara #306794

Tints of Lochmara #306794

Color information

#306794 (or 0x306794) is unknown color: approx Lochmara. HEX triplet: 30, 67 and 94. RGB value is (48,103,148). Sum of RGB (Red+Green+Blue) = 48+103+148=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #306794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306794 is #CF986B. Grayscale: #5B5B5B. Windows color (decimal): -13604972 or 9725744. OLE color: 9725744.

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

Color convert

RGB48103148-
CMYK0.680.3000.42
HSL207º51.02%38.43%-
HSV(B)207º67.57%58.04%-
XYZ11.4112.4729.82-
YUV91.68159.7896.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 148 (58.20% from 255) = 49.50%
R=16.05%
G=34.45%
B=49.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481031480.680.3000.4220751.0238.43
Hex306794441E02Acf3326
Octal60147224104360523176346
Binary110000110011110010100100010011110010101011001111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306794; }

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

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

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

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

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

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

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

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