#33669B

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

Shades of Lochmara #33669B

Tints of Lochmara #33669B

Color information

#33669B (or 0x33669B) is unknown color: approx Lochmara. HEX triplet: 33, 66 and 9B. RGB value is (51,102,155). Sum of RGB (Red+Green+Blue) = 51+102+155=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #33669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33669B is #CC9964. Grayscale: #5C5C5C. Windows color (decimal): -13408613 or 10184243. OLE color: 10184243.

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

Color convert

RGB51102155-
CMYK0.670.3400.39
HSL210.58º50.49%40.39%-
HSV(B)210.58º67.1%60.78%-
XYZ12.0312.5732.8-
YUV92.79163.198.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=16.56%
G=33.12%
B=50.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511021550.670.3400.39210.5850.4940.39
Hex33669B4322027d33228
Octal63146233103420473236250
Binary1100111100110100110111000011100010010011111010011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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