Html Css Color HEX #256BA2 Lochmara

📋 copy color: '#256BA2'

red 37 ◦ green 107 ◦ blue 162

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

Shades of Lochmara #256BA2

Tints of Lochmara #256BA2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.97%

 BLUE value IS 162 (63.67% from 255) = 52.94%

R = 12.09%
G = 34.97%
B = 52.94%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#256BA2 (or 0x256BA2) is known color: Lochmara. HEX triplet: 25, 6B and A2. RGB value is (37,107,162). Sum of RGB (Red+Green+Blue) = 37+107+162=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #256BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256BA2 is #DA945D. Grayscale: #5C5C5C. Windows color (decimal): -14324830 or 10644261. OLE color: 10644261.

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

Color convert

RGB 37 107 162 -
CMYK 0.77 0.34 0 0.36
HSL 206.4º 0.63% 0.39% -
HSV(B) 206.4º 0.77% 0.64% -
XYZ 12.54 13.52 36.13 -
YUV 92.34 167.31 88.53 -
System Red Green Blue C M Y K H S L
Decimal 37 107 162 0.77 0.34 0 0.36 206.4 0.63 0.39
Hex 25 6B A2 4D 22 0 24 CE 3F 27
Octal 45 153 242 115 42 0 44 316 77 47
Binary 100101 1101011 10100010 1001101 100010 0 100100 11001110 111111 100111

Color Harmonies of #256BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256BA2

Black with #256BA2

Text Example


Text Example

White with #256BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,107,162); }

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

background-color css

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

 a { background-color: rgb(37,107,162); }

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

border-color css

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

 span { border-color: rgb(37,107,162); }

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