#33749A

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

Shades of Lochmara #33749A

Tints of Lochmara #33749A

Color information

#33749A (or 0x33749A) is unknown color: approx Lochmara. HEX triplet: 33, 74 and 9A. RGB value is (51,116,154). Sum of RGB (Red+Green+Blue) = 51+116+154=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #33749A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33749A is #CC8B65. Grayscale: #646464. Windows color (decimal): -13405030 or 10122291. OLE color: 10122291.

HSL color Cylindrical-coordinate representation of color #33749A: hue angle of 202.14º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33749A is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB51116154-
CMYK0.670.2500.40
HSL202.14º50.24%40.2%-
HSV(B)202.14º66.88%60.39%-
XYZ13.4415.5332.86-
YUV100.9157.9792.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 154 (60.55% from 255) = 47.98%
R=15.89%
G=36.14%
B=47.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal511161540.670.2500.40202.1450.2440.2
Hex33749A4319028ca3228
Octal63164232103310503126250
Binary110011111010010011010100001111001010100011001010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33749A; }

 p { color: rgb(51,116,154); }

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

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

 a { background-color: rgb(51,116,154); }

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

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

 span { border-color: rgb(51,116,154); }

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