Html Css Color HEX #256FA4 Lochmara

📋 copy color: '#256FA4'

red 37 ◦ green 111 ◦ blue 164

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

Shades of Lochmara #256FA4

Tints of Lochmara #256FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 52.56%

R = 11.86%
G = 35.58%
B = 52.56%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#256FA4 (or 0x256FA4) is known color: Lochmara. HEX triplet: 25, 6F and A4. RGB value is (37,111,164). Sum of RGB (Red+Green+Blue) = 37+111+164=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 164 (64.45% from 255 or 52.56% from 312); Max value from RGB is 164 - color contains mainly: blue. Hex color #256FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256FA4 is #DA905B. Grayscale: #5E5E5E. Windows color (decimal): -14323804 or 10776357. OLE color: 10776357.

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

Color convert

RGB 37 111 164 -
CMYK 0.77 0.32 0 0.36
HSL 205.04º 0.63% 0.39% -
HSV(B) 205.04º 0.77% 0.64% -
XYZ 13.15 14.44 37.22 -
YUV 94.92 166.98 86.69 -
System Red Green Blue C M Y K H S L
Decimal 37 111 164 0.77 0.32 0 0.36 205.04 0.63 0.39
Hex 25 6F A4 4D 20 0 24 CD 3F 27
Octal 45 157 244 115 40 0 44 315 77 47
Binary 100101 1101111 10100100 1001101 100000 0 100100 11001101 111111 100111

Color Harmonies of #256FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256FA4

Black with #256FA4

Text Example


Text Example

White with #256FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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