Html Css Color HEX #256FAE Lochmara

📋 copy color: '#256FAE'

red 37 ◦ green 111 ◦ blue 174

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

Shades of Lochmara #256FAE

Tints of Lochmara #256FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.47%

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

R = 11.49%
G = 34.47%
B = 54.04%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#256FAE (or 0x256FAE) is known color: Lochmara. HEX triplet: 25, 6F and AE. RGB value is (37,111,174). Sum of RGB (Red+Green+Blue) = 37+111+174=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #256FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256FAE is #DA9051. Grayscale: #5F5F5F. Windows color (decimal): -14323794 or 11431717. OLE color: 11431717.

HSL color Cylindrical-coordinate representation of color #256FAE: hue angle of 207.59º 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 #256FAE is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 111 174 -
CMYK 0.79 0.36 0 0.32
HSL 207.59º 0.65% 0.41% -
HSV(B) 207.59º 0.79% 0.68% -
XYZ 14.09 14.82 42.16 -
YUV 96.06 171.98 85.88 -
System Red Green Blue C M Y K H S L
Decimal 37 111 174 0.79 0.36 0 0.32 207.59 0.65 0.41
Hex 25 6F AE 4F 24 0 20 D0 41 29
Octal 45 157 256 117 44 0 40 320 101 51
Binary 100101 1101111 10101110 1001111 100100 0 100000 11010000 1000001 101001

Color Harmonies of #256FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256FAE

Black with #256FAE

Text Example


Text Example

White with #256FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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