#2f68aa

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

Shades of Lochmara #2F68AA

Tints of Lochmara #2F68AA

Color information

#2F68AA (or 0x2F68AA) is unknown color: approx Lochmara. HEX triplet: 2F, 68 and AA. RGB value is (47,104,170). Sum of RGB (Red+Green+Blue) = 47+104+170=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F68AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F68AA is #D09755. Grayscale: #5E5E5E. Windows color (decimal): -13670230 or 11167791. OLE color: 11167791.

HSL color Cylindrical-coordinate representation of color #2F68AA: hue angle of 212.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F68AA is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB47104170-
CMYK0.720.3900.33
HSL212.2º56.68%42.55%-
HSV(B)212.2º72.35%66.67%-
XYZ13.3813.4139.91-
YUV94.48170.6294.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.64%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=14.64%
G=32.40%
B=52.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471041700.720.3900.33212.256.6842.55
Hex2F68AA4827021d4392b
Octal57150252110470413247153
Binary1011111101000101010101001000100111010000111010100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f68aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2f68aa; }

 p { color: rgb(47,104,170); }

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

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

 a { background-color: rgb(47,104,170); }

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

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

 span { border-color: rgb(47,104,170); }

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