Html Css Color HEX #256DA5 Lochmara

📋 copy color: '#256DA5'

red 37 ◦ green 109 ◦ blue 165

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

Shades of Lochmara #256DA5

Tints of Lochmara #256DA5

RGB

 RED value IS 37 (14.84% from 255) = 11.9%

 GREEN value IS 109 (42.97% from 255) = 35.05%

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

R = 11.9%
G = 35.05%
B = 53.05%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#256DA5 (or 0x256DA5) is known color: Lochmara. HEX triplet: 25, 6D and A5. RGB value is (37,109,165). Sum of RGB (Red+Green+Blue) = 37+109+165=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 165 (64.84% from 255 or 53.05% from 311); Max value from RGB is 165 - color contains mainly: blue. Hex color #256DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256DA5 is #DA925A. Grayscale: #5D5D5D. Windows color (decimal): -14324315 or 10841381. OLE color: 10841381.

HSL color Cylindrical-coordinate representation of color #256DA5: hue angle of 206.25º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #256DA5 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 37 109 165 -
CMYK 0.78 0.34 0 0.35
HSL 206.25º 0.63% 0.4% -
HSV(B) 206.25º 0.78% 0.65% -
XYZ 13.02 14.05 37.62 -
YUV 93.86 168.15 87.45 -
System Red Green Blue C M Y K H S L
Decimal 37 109 165 0.78 0.34 0 0.35 206.25 0.63 0.4
Hex 25 6D A5 4E 22 0 23 CE 3F 28
Octal 45 155 245 116 42 0 43 316 77 50
Binary 100101 1101101 10100101 1001110 100010 0 100011 11001110 111111 101000

Color Harmonies of #256DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256DA5

Black with #256DA5

Text Example


Text Example

White with #256DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256DA5; }

 p { color: rgb(37,109,165); }

 H1.HeaderClassName
 {
   color: #256DA5;
 }
 .AnyTagClassName
 {
   color: #256DA5;
 }
</style>

background-color css

<style>
 a { background-color: #256DA5; }

 a { background-color: rgb(37,109,165); }

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

border-color css

<style>
 span { border-color: #256DA5; }

 span { border-color: rgb(37,109,165); }

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