Html Css Color HEX #217BA5 Lochmara

📋 copy color: '#217BA5'

red 33 ◦ green 123 ◦ blue 165

#217BA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #217BA5

Tints of Lochmara #217BA5

RGB

 RED value IS 33 (13.28% from 255) = 10.28%

 GREEN value IS 123 (48.44% from 255) = 38.32%

 BLUE value IS 165 (64.84% from 255) = 51.4%

R = 10.28%
G = 38.32%
B = 51.4%

CMYK

 C value IS 0.8

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#217BA5 (or 0x217BA5) is known color: Lochmara. HEX triplet: 21, 7B and A5. RGB value is (33,123,165). Sum of RGB (Red+Green+Blue) = 33+123+165=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 165 (64.84% from 255 or 51.40% from 321); Max value from RGB is 165 - color contains mainly: blue. Hex color #217BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217BA5 is #DE845A. Grayscale: #646464. Windows color (decimal): -14582875 or 10844961. OLE color: 10844961.

HSL color Cylindrical-coordinate representation of color #217BA5: hue angle of 199.09º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #217BA5 is Cyan = 0.8, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 123 165 -
CMYK 0.8 0.25 0 0.35
HSL 199.09º 0.67% 0.39% -
HSV(B) 199.09º 0.8% 0.65% -
XYZ 14.5 17.21 38.15 -
YUV 100.88 164.18 79.58 -
System Red Green Blue C M Y K H S L
Decimal 33 123 165 0.8 0.25 0 0.35 199.09 0.67 0.39
Hex 21 7B A5 50 19 0 23 C7 43 27
Octal 41 173 245 120 31 0 43 307 103 47
Binary 100001 1111011 10100101 1010000 11001 0 100011 11000111 1000011 100111

Color Harmonies of #217BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217BA5

Black with #217BA5

Text Example


Text Example

White with #217BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,123,165); }

 H1.HeaderClassName
 {
   color: #217BA5;
 }
 .AnyTagClassName
 {
   color: #217BA5;
 }
</style>

background-color css

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

 a { background-color: rgb(33,123,165); }

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

border-color css

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

 span { border-color: rgb(33,123,165); }

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