Html Css Color HEX #256898 Lochmara

📋 copy color: '#256898'

red 37 ◦ green 104 ◦ blue 152

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

Shades of Lochmara #256898

Tints of Lochmara #256898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 51.88%

R = 12.63%
G = 35.49%
B = 51.88%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#256898 (or 0x256898) is known color: Lochmara. HEX triplet: 25, 68 and 98. RGB value is (37,104,152). Sum of RGB (Red+Green+Blue) = 37+104+152=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #256898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256898 is #DA9767. Grayscale: #595959. Windows color (decimal): -14325608 or 9988133. OLE color: 9988133.

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

Color convert

RGB 37 104 152 -
CMYK 0.76 0.32 0 0.40
HSL 205.04º 0.61% 0.37% -
HSV(B) 205.04º 0.76% 0.6% -
XYZ 11.38 12.56 31.53 -
YUV 89.44 163.3 90.6 -
System Red Green Blue C M Y K H S L
Decimal 37 104 152 0.76 0.32 0 0.40 205.04 0.61 0.37
Hex 25 68 98 4C 20 0 28 CD 3D 25
Octal 45 150 230 114 40 0 50 315 75 45
Binary 100101 1101000 10011000 1001100 100000 0 101000 11001101 111101 100101

Color Harmonies of #256898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256898

Black with #256898

Text Example


Text Example

White with #256898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256898; }

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

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

background-color css

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

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

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

border-color css

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

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

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