#33739A

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

Shades of Lochmara #33739A

Tints of Lochmara #33739A

Color information

#33739A (or 0x33739A) is unknown color: approx Lochmara. HEX triplet: 33, 73 and 9A. RGB value is (51,115,154). Sum of RGB (Red+Green+Blue) = 51+115+154=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #33739A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33739A is #CC8C65. Grayscale: #646464. Windows color (decimal): -13405286 or 10122035. OLE color: 10122035.

HSL color Cylindrical-coordinate representation of color #33739A: hue angle of 202.72º 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 #33739A is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB51115154-
CMYK0.670.2500.40
HSL202.72º50.24%40.2%-
HSV(B)202.72º66.88%60.39%-
XYZ13.3315.332.82-
YUV100.31158.392.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.94%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 154 (60.55% from 255) = 48.12%
R=15.94%
G=35.94%
B=48.12%

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
Decimal511151540.670.2500.40202.7250.2440.2
Hex33739A4319028cb3228
Octal63163232103310503136250
Binary110011111001110011010100001111001010100011001011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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