Html Css Color HEX #256CAE Lochmara

📋 copy color: '#256CAE'

red 37 ◦ green 108 ◦ blue 174

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

Shades of Lochmara #256CAE

Tints of Lochmara #256CAE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.86%

 BLUE value IS 174 (68.36% from 255) = 54.55%

R = 11.6%
G = 33.86%
B = 54.55%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#256CAE (or 0x256CAE) is known color: Lochmara. HEX triplet: 25, 6C and AE. RGB value is (37,108,174). Sum of RGB (Red+Green+Blue) = 37+108+174=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #256CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256CAE is #DA9351. Grayscale: #5D5D5D. Windows color (decimal): -14324562 or 11430949. OLE color: 11430949.

HSL color Cylindrical-coordinate representation of color #256CAE: hue angle of 208.91º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #256CAE is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 108 174 -
CMYK 0.79 0.38 0 0.32
HSL 208.91º 0.65% 0.41% -
HSV(B) 208.91º 0.79% 0.68% -
XYZ 13.77 14.17 42.05 -
YUV 94.3 172.98 87.13 -
System Red Green Blue C M Y K H S L
Decimal 37 108 174 0.79 0.38 0 0.32 208.91 0.65 0.41
Hex 25 6C AE 4F 26 0 20 D1 41 29
Octal 45 154 256 117 46 0 40 321 101 51
Binary 100101 1101100 10101110 1001111 100110 0 100000 11010001 1000001 101001

Color Harmonies of #256CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256CAE

Black with #256CAE

Text Example


Text Example

White with #256CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,108,174); }

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

background-color css

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

 a { background-color: rgb(37,108,174); }

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

border-color css

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

 span { border-color: rgb(37,108,174); }

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