Html Css Color HEX #256993 Lochmara

📋 copy color: '#256993'

red 37 ◦ green 105 ◦ blue 147

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

Shades of Lochmara #256993

Tints of Lochmara #256993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.33%

 BLUE value IS 147 (57.81% from 255) = 50.87%

R = 12.8%
G = 36.33%
B = 50.87%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#256993 (or 0x256993) is known color: Lochmara. HEX triplet: 25, 69 and 93. RGB value is (37,105,147). Sum of RGB (Red+Green+Blue) = 37+105+147=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #256993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256993 is #DA966C. Grayscale: #595959. Windows color (decimal): -14325357 or 9660709. OLE color: 9660709.

HSL color Cylindrical-coordinate representation of color #256993: hue angle of 202.91º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256993 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 105 147 -
CMYK 0.75 0.29 0 0.42
HSL 202.91º 0.6% 0.36% -
HSV(B) 202.91º 0.75% 0.58% -
XYZ 11.08 12.6 29.45 -
YUV 89.46 160.47 90.58 -
System Red Green Blue C M Y K H S L
Decimal 37 105 147 0.75 0.29 0 0.42 202.91 0.6 0.36
Hex 25 69 93 4B 1D 0 2A CB 3C 24
Octal 45 151 223 113 35 0 52 313 74 44
Binary 100101 1101001 10010011 1001011 11101 0 101010 11001011 111100 100100

Color Harmonies of #256993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256993

Black with #256993

Text Example


Text Example

White with #256993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256993; }

 p { color: rgb(37,105,147); }

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

background-color css

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

 a { background-color: rgb(37,105,147); }

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

border-color css

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

 span { border-color: rgb(37,105,147); }

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