#22639B

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

Shades of Lochmara #22639B

Tints of Lochmara #22639B

Color information

#22639B (or 0x22639B) is unknown color: approx Lochmara. HEX triplet: 22, 63 and 9B. RGB value is (34,99,155). Sum of RGB (Red+Green+Blue) = 34+99+155=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #22639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22639B is #DD9C64. Grayscale: #555555. Windows color (decimal): -14523493 or 10183458. OLE color: 10183458.

HSL color Cylindrical-coordinate representation of color #22639B: hue angle of 207.77º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22639B is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3499155-
CMYK0.780.3600.39
HSL207.77º64.02%37.06%-
HSV(B)207.77º78.06%60.78%-
XYZ11.0411.6332.67-
YUV85.95166.9790.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.81%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 155 (60.94% from 255) = 53.82%
R=11.81%
G=34.38%
B=53.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34991550.780.3600.39207.7764.0237.06
Hex22639B4E24027d04025
Octal421432331164404732010045
Binary10001011000111001101110011101001000100111110100001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,99,155); }

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

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

 a { background-color: rgb(34,99,155); }

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

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

 span { border-color: rgb(34,99,155); }

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