Html Css Color HEX #256A99 Lochmara

📋 copy color: '#256A99'

red 37 ◦ green 106 ◦ blue 153

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

Shades of Lochmara #256A99

Tints of Lochmara #256A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.81%

 BLUE value IS 153 (60.16% from 255) = 51.69%

R = 12.5%
G = 35.81%
B = 51.69%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#256A99 (or 0x256A99) is known color: Lochmara. HEX triplet: 25, 6A and 99. RGB value is (37,106,153). Sum of RGB (Red+Green+Blue) = 37+106+153=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #256A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256A99 is #DA9566. Grayscale: #5A5A5A. Windows color (decimal): -14325095 or 10054181. OLE color: 10054181.

HSL color Cylindrical-coordinate representation of color #256A99: hue angle of 204.31º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #256A99 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 106 153 -
CMYK 0.76 0.31 0 0.4
HSL 204.31º 0.61% 0.37% -
HSV(B) 204.31º 0.76% 0.6% -
XYZ 11.67 13 32.03 -
YUV 90.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 37 106 153 0.76 0.31 0 0.4 204.31 0.61 0.37
Hex 25 6A 99 4C 1F 0 28 CC 3D 25
Octal 45 152 231 114 37 0 50 314 75 45
Binary 100101 1101010 10011001 1001100 11111 0 101000 11001100 111101 100101

Color Harmonies of #256A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256A99

Black with #256A99

Text Example


Text Example

White with #256A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,106,153); }

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

background-color css

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

 a { background-color: rgb(37,106,153); }

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

border-color css

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

 span { border-color: rgb(37,106,153); }

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