Html Css Color HEX #255FA1 Lochmara

📋 copy color: '#255FA1'

red 37 ◦ green 95 ◦ blue 161

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

Shades of Lochmara #255FA1

Tints of Lochmara #255FA1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.42%

 BLUE value IS 161 (63.28% from 255) = 54.95%

R = 12.63%
G = 32.42%
B = 54.95%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#255FA1 (or 0x255FA1) is known color: Lochmara. HEX triplet: 25, 5F and A1. RGB value is (37,95,161). Sum of RGB (Red+Green+Blue) = 37+95+161=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #255FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255FA1 is #DAA05E. Grayscale: #545454. Windows color (decimal): -14327903 or 10575653. OLE color: 10575653.

HSL color Cylindrical-coordinate representation of color #255FA1: hue angle of 211.94º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #255FA1 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 95 161 -
CMYK 0.77 0.41 0 0.37
HSL 211.94º 0.63% 0.39% -
HSV(B) 211.94º 0.77% 0.63% -
XYZ 11.29 11.15 35.28 -
YUV 85.18 170.78 93.63 -
System Red Green Blue C M Y K H S L
Decimal 37 95 161 0.77 0.41 0 0.37 211.94 0.63 0.39
Hex 25 5F A1 4D 29 0 25 D4 3F 27
Octal 45 137 241 115 51 0 45 324 77 47
Binary 100101 1011111 10100001 1001101 101001 0 100101 11010100 111111 100111

Color Harmonies of #255FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FA1

Black with #255FA1

Text Example


Text Example

White with #255FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255FA1; }

 p { color: rgb(37,95,161); }

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

background-color css

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

 a { background-color: rgb(37,95,161); }

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

border-color css

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

 span { border-color: rgb(37,95,161); }

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