Html Css Color HEX #256F9D Lochmara

📋 copy color: '#256F9D'

red 37 ◦ green 111 ◦ blue 157

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

Shades of Lochmara #256F9D

Tints of Lochmara #256F9D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.39%

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

R = 12.13%
G = 36.39%
B = 51.48%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#256F9D (or 0x256F9D) is known color: Lochmara. HEX triplet: 25, 6F and 9D. RGB value is (37,111,157). Sum of RGB (Red+Green+Blue) = 37+111+157=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #256F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256F9D is #DA9062. Grayscale: #5D5D5D. Windows color (decimal): -14323811 or 10317605. OLE color: 10317605.

HSL color Cylindrical-coordinate representation of color #256F9D: hue angle of 203º 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 #256F9D is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 111 157 -
CMYK 0.76 0.29 0 0.38
HSL 203º 0.62% 0.38% -
HSV(B) 203º 0.76% 0.62% -
XYZ 12.53 14.2 33.98 -
YUV 94.12 163.48 87.26 -
System Red Green Blue C M Y K H S L
Decimal 37 111 157 0.76 0.29 0 0.38 203 0.62 0.38
Hex 25 6F 9D 4C 1D 0 26 CB 3E 26
Octal 45 157 235 114 35 0 46 313 76 46
Binary 100101 1101111 10011101 1001100 11101 0 100110 11001011 111110 100110

Color Harmonies of #256F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256F9D

Black with #256F9D

Text Example


Text Example

White with #256F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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