Html Css Color HEX #256699 Lochmara

📋 copy color: '#256699'

red 37 ◦ green 102 ◦ blue 153

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

Shades of Lochmara #256699

Tints of Lochmara #256699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.93%

 BLUE value IS 153 (60.16% from 255) = 52.4%

R = 12.67%
G = 34.93%
B = 52.4%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#256699 (or 0x256699) is known color: Lochmara. HEX triplet: 25, 66 and 99. RGB value is (37,102,153). Sum of RGB (Red+Green+Blue) = 37+102+153=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #256699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256699 is #DA9966. Grayscale: #585858. Windows color (decimal): -14326119 or 10053157. OLE color: 10053157.

HSL color Cylindrical-coordinate representation of color #256699: hue angle of 206.38º 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 #256699 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 102 153 -
CMYK 0.76 0.33 0 0.4
HSL 206.38º 0.61% 0.37% -
HSV(B) 206.38º 0.76% 0.6% -
XYZ 11.26 12.2 31.9 -
YUV 88.38 164.47 91.35 -
System Red Green Blue C M Y K H S L
Decimal 37 102 153 0.76 0.33 0 0.4 206.38 0.61 0.37
Hex 25 66 99 4C 21 0 28 CE 3D 25
Octal 45 146 231 114 41 0 50 316 75 45
Binary 100101 1100110 10011001 1001100 100001 0 101000 11001110 111101 100101

Color Harmonies of #256699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256699

Black with #256699

Text Example


Text Example

White with #256699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256699; }

 p { color: rgb(37,102,153); }

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

background-color css

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

 a { background-color: rgb(37,102,153); }

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

border-color css

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

 span { border-color: rgb(37,102,153); }

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