#33669A

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

Shades of Lochmara #33669A

Tints of Lochmara #33669A

Color information

#33669A (or 0x33669A) is unknown color: approx Lochmara. HEX triplet: 33, 66 and 9A. RGB value is (51,102,154). Sum of RGB (Red+Green+Blue) = 51+102+154=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #33669A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33669A is #CC9965. Grayscale: #5C5C5C. Windows color (decimal): -13408614 or 10118707. OLE color: 10118707.

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

Color convert

RGB51102154-
CMYK0.670.3400.40
HSL210.29º50.24%40.2%-
HSV(B)210.29º66.88%60.39%-
XYZ11.9512.5432.36-
YUV92.68162.698.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.61%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 154 (60.55% from 255) = 50.16%
R=16.61%
G=33.22%
B=50.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal511021540.670.3400.40210.2950.2440.2
Hex33669A4322028d23228
Octal63146232103420503226250
Binary1100111100110100110101000011100010010100011010010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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