#217CB4

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

Shades of Lochmara #217CB4

Tints of Lochmara #217CB4

Color information

#217CB4 (or 0x217CB4) is unknown color: approx Lochmara. HEX triplet: 21, 7C and B4. RGB value is (33,124,180). Sum of RGB (Red+Green+Blue) = 33+124+180=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #217CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217CB4 is #DE834B. Grayscale: #666666. Windows color (decimal): -14582604 or 11828257. OLE color: 11828257.

HSL color Cylindrical-coordinate representation of color #217CB4: hue angle of 202.86º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #217CB4 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB33124180-
CMYK0.820.3100.29
HSL202.86º69.01%41.76%-
HSV(B)202.86º81.67%70.59%-
XYZ16.0718.0345.81-
YUV103.18171.3577.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.79%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 180 (70.70% from 255) = 53.41%
R=9.79%
G=36.80%
B=53.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331241800.820.3100.29202.8669.0141.76
Hex217CB4521F01Dcb452a
Octal411742641223703531310552
Binary100001111110010110100101001011111011101110010111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217CB4; }

 p { color: rgb(33,124,180); }

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

<style>
 a { background-color: #217CB4; }

 a { background-color: rgb(33,124,180); }

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

<style>
 span { border-color: #217CB4; }

 span { border-color: rgb(33,124,180); }

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