#306798

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

Shades of Lochmara #306798

Tints of Lochmara #306798

Color information

#306798 (or 0x306798) is unknown color: approx Lochmara. HEX triplet: 30, 67 and 98. RGB value is (48,103,152). Sum of RGB (Red+Green+Blue) = 48+103+152=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #306798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306798 is #CF9867. Grayscale: #5B5B5B. Windows color (decimal): -13604968 or 9987888. OLE color: 9987888.

HSL color Cylindrical-coordinate representation of color #306798: hue angle of 208.27º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #306798 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB48103152-
CMYK0.680.3200.40
HSL208.27º52%39.22%-
HSV(B)208.27º68.42%59.61%-
XYZ11.7412.631.52-
YUV92.14161.7896.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 152 (59.77% from 255) = 50.17%
R=15.84%
G=33.99%
B=50.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481031520.680.3200.40208.275239.22
Hex3067984420028d03427
Octal60147230104400503206447
Binary1100001100111100110001000100100000010100011010000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306798; }

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

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

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

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

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

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

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

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