Html Css Color HEX #256895 Lochmara

📋 copy color: '#256895'

red 37 ◦ green 104 ◦ blue 149

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

Shades of Lochmara #256895

Tints of Lochmara #256895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.86%

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

R = 12.76%
G = 35.86%
B = 51.38%

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

#256895 (or 0x256895) is known color: Lochmara. HEX triplet: 25, 68 and 95. RGB value is (37,104,149). Sum of RGB (Red+Green+Blue) = 37+104+149=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #256895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256895 is #DA976A. Grayscale: #585858. Windows color (decimal): -14325611 or 9791525. OLE color: 9791525.

HSL color Cylindrical-coordinate representation of color #256895: hue angle of 204.11º 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 #256895 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 104 149 -
CMYK 0.75 0.30 0 0.42
HSL 204.11º 0.6% 0.36% -
HSV(B) 204.11º 0.75% 0.58% -
XYZ 11.14 12.46 30.25 -
YUV 89.1 161.8 90.84 -
System Red Green Blue C M Y K H S L
Decimal 37 104 149 0.75 0.30 0 0.42 204.11 0.6 0.36
Hex 25 68 95 4B 1E 0 2A CC 3C 24
Octal 45 150 225 113 36 0 52 314 74 44
Binary 100101 1101000 10010101 1001011 11110 0 101010 11001100 111100 100100

Color Harmonies of #256895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256895

Black with #256895

Text Example


Text Example

White with #256895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256895; }

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

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

background-color css

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

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

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

border-color css

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

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

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