Html Css Color HEX #256DA3 Lochmara

📋 copy color: '#256DA3'

red 37 ◦ green 109 ◦ blue 163

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

Shades of Lochmara #256DA3

Tints of Lochmara #256DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 52.75%

R = 11.97%
G = 35.28%
B = 52.75%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#256DA3 (or 0x256DA3) is known color: Lochmara. HEX triplet: 25, 6D and A3. RGB value is (37,109,163). Sum of RGB (Red+Green+Blue) = 37+109+163=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 163 (64.06% from 255 or 52.75% from 309); Max value from RGB is 163 - color contains mainly: blue. Hex color #256DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256DA3 is #DA925C. Grayscale: #5D5D5D. Windows color (decimal): -14324317 or 10710309. OLE color: 10710309.

HSL color Cylindrical-coordinate representation of color #256DA3: hue angle of 205.71º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #256DA3 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 109 163 -
CMYK 0.77 0.33 0 0.36
HSL 205.71º 0.63% 0.39% -
HSV(B) 205.71º 0.77% 0.64% -
XYZ 12.84 13.97 36.67 -
YUV 93.63 167.15 87.61 -
System Red Green Blue C M Y K H S L
Decimal 37 109 163 0.77 0.33 0 0.36 205.71 0.63 0.39
Hex 25 6D A3 4D 21 0 24 CE 3F 27
Octal 45 155 243 115 41 0 44 316 77 47
Binary 100101 1101101 10100011 1001101 100001 0 100100 11001110 111111 100111

Color Harmonies of #256DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256DA3

Black with #256DA3

Text Example


Text Example

White with #256DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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