Html Css Color HEX #256D9F Lochmara

📋 copy color: '#256D9F'

red 37 ◦ green 109 ◦ blue 159

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

Shades of Lochmara #256D9F

Tints of Lochmara #256D9F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.74%

 BLUE value IS 159 (62.5% from 255) = 52.13%

R = 12.13%
G = 35.74%
B = 52.13%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#256D9F (or 0x256D9F) is known color: Lochmara. HEX triplet: 25, 6D and 9F. RGB value is (37,109,159). Sum of RGB (Red+Green+Blue) = 37+109+159=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #256D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256D9F is #DA9260. Grayscale: #5C5C5C. Windows color (decimal): -14324321 or 10448165. OLE color: 10448165.

HSL color Cylindrical-coordinate representation of color #256D9F: hue angle of 204.59º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #256D9F is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 109 159 -
CMYK 0.77 0.31 0 0.38
HSL 204.59º 0.62% 0.38% -
HSV(B) 204.59º 0.77% 0.62% -
XYZ 12.49 13.83 34.81 -
YUV 93.17 165.15 87.93 -
System Red Green Blue C M Y K H S L
Decimal 37 109 159 0.77 0.31 0 0.38 204.59 0.62 0.38
Hex 25 6D 9F 4D 1F 0 26 CD 3E 26
Octal 45 155 237 115 37 0 46 315 76 46
Binary 100101 1101101 10011111 1001101 11111 0 100110 11001101 111110 100110

Color Harmonies of #256D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256D9F

Black with #256D9F

Text Example


Text Example

White with #256D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256D9F; }

 p { color: rgb(37,109,159); }

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

background-color css

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

 a { background-color: rgb(37,109,159); }

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

border-color css

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

 span { border-color: rgb(37,109,159); }

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