#306998

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

Shades of Lochmara #306998

Tints of Lochmara #306998

Color information

#306998 (or 0x306998) is unknown color: approx Lochmara. HEX triplet: 30, 69 and 98. RGB value is (48,105,152). Sum of RGB (Red+Green+Blue) = 48+105+152=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #306998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306998 is #CF9667. Grayscale: #5D5D5D. Windows color (decimal): -13604456 or 9988400. OLE color: 9988400.

HSL color Cylindrical-coordinate representation of color #306998: hue angle of 207.12º 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 #306998 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB48105152-
CMYK0.680.3100.40
HSL207.12º52%39.22%-
HSV(B)207.12º68.42%59.61%-
XYZ11.941331.59-
YUV93.32161.1295.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.74%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=15.74%
G=34.43%
B=49.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481051520.680.3100.40207.125239.22
Hex306998441F028cf3427
Octal60151230104370503176447
Binary110000110100110011000100010011111010100011001111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306998; }

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

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

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

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

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

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

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

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