#33749b

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

Shades of Lochmara #33749B

Tints of Lochmara #33749B

Color information

#33749B (or 0x33749B) is unknown color: approx Lochmara. HEX triplet: 33, 74 and 9B. RGB value is (51,116,155). Sum of RGB (Red+Green+Blue) = 51+116+155=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #33749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33749B is #CC8B64. Grayscale: #646464. Windows color (decimal): -13405029 or 10187827. OLE color: 10187827.

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

Color convert

RGB51116155-
CMYK0.670.2500.39
HSL202.5º50.49%40.39%-
HSV(B)202.5º67.1%60.78%-
XYZ13.5315.5633.3-
YUV101.01158.4792.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.84%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 155 (60.94% from 255) = 48.14%
R=15.84%
G=36.02%
B=48.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511161550.670.2500.39202.550.4940.39
Hex33749B4319027ca3228
Octal63164233103310473126250
Binary110011111010010011011100001111001010011111001010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33749b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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