Html Css Color HEX #256998 Lochmara

📋 copy color: '#256998'

red 37 ◦ green 105 ◦ blue 152

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

Shades of Lochmara #256998

Tints of Lochmara #256998

RGB

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

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

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

R = 12.59%
G = 35.71%
B = 51.7%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#256998 (or 0x256998) is known color: Lochmara. HEX triplet: 25, 69 and 98. RGB value is (37,105,152). Sum of RGB (Red+Green+Blue) = 37+105+152=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #256998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256998 is #DA9667. Grayscale: #595959. Windows color (decimal): -14325352 or 9988389. OLE color: 9988389.

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

Color convert

RGB 37 105 152 -
CMYK 0.76 0.31 0 0.40
HSL 204.52º 0.61% 0.37% -
HSV(B) 204.52º 0.76% 0.6% -
XYZ 11.48 12.76 31.56 -
YUV 90.03 162.97 90.18 -
System Red Green Blue C M Y K H S L
Decimal 37 105 152 0.76 0.31 0 0.40 204.52 0.61 0.37
Hex 25 69 98 4C 1F 0 28 CD 3D 25
Octal 45 151 230 114 37 0 50 315 75 45
Binary 100101 1101001 10011000 1001100 11111 0 101000 11001101 111101 100101

Color Harmonies of #256998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256998

Black with #256998

Text Example


Text Example

White with #256998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256998; }

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

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

background-color css

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

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

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

border-color css

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

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

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