Html Css Color HEX #255CA2 Lochmara

📋 copy color: '#255CA2'

red 37 ◦ green 92 ◦ blue 162

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

Shades of Lochmara #255CA2

Tints of Lochmara #255CA2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.62%

 BLUE value IS 162 (63.67% from 255) = 55.67%

R = 12.71%
G = 31.62%
B = 55.67%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#255CA2 (or 0x255CA2) is known color: Lochmara. HEX triplet: 25, 5C and A2. RGB value is (37,92,162). Sum of RGB (Red+Green+Blue) = 37+92+162=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 162 (63.67% from 255 or 55.67% from 291); Max value from RGB is 162 - color contains mainly: blue. Hex color #255CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255CA2 is #DAA35D. Grayscale: #535353. Windows color (decimal): -14328670 or 10640421. OLE color: 10640421.

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

Color convert

RGB 37 92 162 -
CMYK 0.77 0.43 0 0.36
HSL 213.6º 0.63% 0.39% -
HSV(B) 213.6º 0.77% 0.64% -
XYZ 11.11 10.66 35.65 -
YUV 83.54 172.28 94.81 -
System Red Green Blue C M Y K H S L
Decimal 37 92 162 0.77 0.43 0 0.36 213.6 0.63 0.39
Hex 25 5C A2 4D 2B 0 24 D6 3F 27
Octal 45 134 242 115 53 0 44 326 77 47
Binary 100101 1011100 10100010 1001101 101011 0 100100 11010110 111111 100111

Color Harmonies of #255CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255CA2

Black with #255CA2

Text Example


Text Example

White with #255CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,92,162); }

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

background-color css

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

 a { background-color: rgb(37,92,162); }

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

border-color css

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

 span { border-color: rgb(37,92,162); }

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