Html Css Color HEX #256995 Lochmara

📋 copy color: '#256995'

red 37 ◦ green 105 ◦ blue 149

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

Shades of Lochmara #256995

Tints of Lochmara #256995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

 BLUE value IS 149 (58.59% from 255) = 51.2%

R = 12.71%
G = 36.08%
B = 51.2%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#256995 (or 0x256995) is known color: Lochmara. HEX triplet: 25, 69 and 95. RGB value is (37,105,149). Sum of RGB (Red+Green+Blue) = 37+105+149=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #256995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256995 is #DA966A. Grayscale: #595959. Windows color (decimal): -14325355 or 9791781. OLE color: 9791781.

HSL color Cylindrical-coordinate representation of color #256995: hue angle of 203.57º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256995 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 105 149 -
CMYK 0.75 0.30 0 0.42
HSL 203.57º 0.6% 0.36% -
HSV(B) 203.57º 0.75% 0.58% -
XYZ 11.24 12.67 30.29 -
YUV 89.68 161.47 90.42 -
System Red Green Blue C M Y K H S L
Decimal 37 105 149 0.75 0.30 0 0.42 203.57 0.6 0.36
Hex 25 69 95 4B 1E 0 2A CC 3C 24
Octal 45 151 225 113 36 0 52 314 74 44
Binary 100101 1101001 10010101 1001011 11110 0 101010 11001100 111100 100100

Color Harmonies of #256995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256995

Black with #256995

Text Example


Text Example

White with #256995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256995; }

 p { color: rgb(37,105,149); }

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

background-color css

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

 a { background-color: rgb(37,105,149); }

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

border-color css

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

 span { border-color: rgb(37,105,149); }

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