Html Css Color HEX #256C9B Lochmara

📋 copy color: '#256C9B'

red 37 ◦ green 108 ◦ blue 155

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

Shades of Lochmara #256C9B

Tints of Lochmara #256C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.67%

R = 12.33%
G = 36%
B = 51.67%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#256C9B (or 0x256C9B) is known color: Lochmara. HEX triplet: 25, 6C and 9B. RGB value is (37,108,155). Sum of RGB (Red+Green+Blue) = 37+108+155=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #256C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256C9B is #DA9364. Grayscale: #5B5B5B. Windows color (decimal): -14324581 or 10185765. OLE color: 10185765.

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

Color convert

RGB 37 108 155 -
CMYK 0.76 0.30 0 0.39
HSL 203.9º 0.61% 0.38% -
HSV(B) 203.9º 0.76% 0.61% -
XYZ 12.04 13.49 32.98 -
YUV 92.13 163.48 88.68 -
System Red Green Blue C M Y K H S L
Decimal 37 108 155 0.76 0.30 0 0.39 203.9 0.61 0.38
Hex 25 6C 9B 4C 1E 0 27 CC 3D 26
Octal 45 154 233 114 36 0 47 314 75 46
Binary 100101 1101100 10011011 1001100 11110 0 100111 11001100 111101 100110

Color Harmonies of #256C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256C9B

Black with #256C9B

Text Example


Text Example

White with #256C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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