Html Css Color HEX #256CB2 Lochmara

📋 copy color: '#256CB2'

red 37 ◦ green 108 ◦ blue 178

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

Shades of Lochmara #256CB2

Tints of Lochmara #256CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 55.11%

R = 11.46%
G = 33.44%
B = 55.11%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#256CB2 (or 0x256CB2) is known color: Lochmara. HEX triplet: 25, 6C and B2. RGB value is (37,108,178). Sum of RGB (Red+Green+Blue) = 37+108+178=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 178 (69.92% from 255 or 55.11% from 323); Max value from RGB is 178 - color contains mainly: blue. Hex color #256CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256CB2 is #DA934D. Grayscale: #5E5E5E. Windows color (decimal): -14324558 or 11693093. OLE color: 11693093.

HSL color Cylindrical-coordinate representation of color #256CB2: hue angle of 209.79º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #256CB2 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 108 178 -
CMYK 0.79 0.39 0 0.30
HSL 209.79º 0.66% 0.42% -
HSV(B) 209.79º 0.79% 0.7% -
XYZ 14.16 14.33 44.14 -
YUV 94.75 174.98 86.81 -
System Red Green Blue C M Y K H S L
Decimal 37 108 178 0.79 0.39 0 0.30 209.79 0.66 0.42
Hex 25 6C B2 4F 27 0 1E D2 42 2A
Octal 45 154 262 117 47 0 36 322 102 52
Binary 100101 1101100 10110010 1001111 100111 0 11110 11010010 1000010 101010

Color Harmonies of #256CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256CB2

Black with #256CB2

Text Example


Text Example

White with #256CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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