Html Css Color HEX #256C9A Lochmara

📋 copy color: '#256C9A'

red 37 ◦ green 108 ◦ blue 154

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

Shades of Lochmara #256C9A

Tints of Lochmara #256C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.51%

R = 12.37%
G = 36.12%
B = 51.51%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#256C9A (or 0x256C9A) is known color: Lochmara. HEX triplet: 25, 6C and 9A. RGB value is (37,108,154). Sum of RGB (Red+Green+Blue) = 37+108+154=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #256C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256C9A is #DA9365. Grayscale: #5B5B5B. Windows color (decimal): -14324582 or 10120229. OLE color: 10120229.

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

Color convert

RGB 37 108 154 -
CMYK 0.76 0.30 0 0.40
HSL 203.59º 0.61% 0.37% -
HSV(B) 203.59º 0.76% 0.6% -
XYZ 11.96 13.45 32.54 -
YUV 92.02 162.98 88.76 -
System Red Green Blue C M Y K H S L
Decimal 37 108 154 0.76 0.30 0 0.40 203.59 0.61 0.37
Hex 25 6C 9A 4C 1E 0 28 CC 3D 25
Octal 45 154 232 114 36 0 50 314 75 45
Binary 100101 1101100 10011010 1001100 11110 0 101000 11001100 111101 100101

Color Harmonies of #256C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256C9A

Black with #256C9A

Text Example


Text Example

White with #256C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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