Html Css Color HEX #256C9D Lochmara

📋 copy color: '#256C9D'

red 37 ◦ green 108 ◦ blue 157

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

Shades of Lochmara #256C9D

Tints of Lochmara #256C9D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.76%

 BLUE value IS 157 (61.72% from 255) = 51.99%

R = 12.25%
G = 35.76%
B = 51.99%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#256C9D (or 0x256C9D) is known color: Lochmara. HEX triplet: 25, 6C and 9D. RGB value is (37,108,157). Sum of RGB (Red+Green+Blue) = 37+108+157=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #256C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256C9D is #DA9362. Grayscale: #5C5C5C. Windows color (decimal): -14324579 or 10316837. OLE color: 10316837.

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

Color convert

RGB 37 108 157 -
CMYK 0.76 0.31 0 0.38
HSL 204.5º 0.62% 0.38% -
HSV(B) 204.5º 0.76% 0.62% -
XYZ 12.21 13.55 33.87 -
YUV 92.36 164.48 88.52 -
System Red Green Blue C M Y K H S L
Decimal 37 108 157 0.76 0.31 0 0.38 204.5 0.62 0.38
Hex 25 6C 9D 4C 1F 0 26 CC 3E 26
Octal 45 154 235 114 37 0 46 314 76 46
Binary 100101 1101100 10011101 1001100 11111 0 100110 11001100 111110 100110

Color Harmonies of #256C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256C9D

Black with #256C9D

Text Example


Text Example

White with #256C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,108,157); }

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

background-color css

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

 a { background-color: rgb(37,108,157); }

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

border-color css

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

 span { border-color: rgb(37,108,157); }

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