Html Css Color HEX #256399 Lochmara

📋 copy color: '#256399'

red 37 ◦ green 99 ◦ blue 153

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

Shades of Lochmara #256399

Tints of Lochmara #256399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.26%

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

R = 12.8%
G = 34.26%
B = 52.94%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#256399 (or 0x256399) is known color: Lochmara. HEX triplet: 25, 63 and 99. RGB value is (37,99,153). Sum of RGB (Red+Green+Blue) = 37+99+153=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #256399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256399 is #DA9C66. Grayscale: #565656. Windows color (decimal): -14326887 or 10052389. OLE color: 10052389.

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

Color convert

RGB 37 99 153 -
CMYK 0.76 0.35 0 0.4
HSL 207.93º 0.61% 0.37% -
HSV(B) 207.93º 0.76% 0.6% -
XYZ 10.97 11.62 31.8 -
YUV 86.62 165.46 92.61 -
System Red Green Blue C M Y K H S L
Decimal 37 99 153 0.76 0.35 0 0.4 207.93 0.61 0.37
Hex 25 63 99 4C 23 0 28 D0 3D 25
Octal 45 143 231 114 43 0 50 320 75 45
Binary 100101 1100011 10011001 1001100 100011 0 101000 11010000 111101 100101

Color Harmonies of #256399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256399

Black with #256399

Text Example


Text Example

White with #256399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256399; }

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

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

background-color css

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

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

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

border-color css

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

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

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