Html Css Color HEX #255FAA Lochmara

📋 copy color: '#255FAA'

red 37 ◦ green 95 ◦ blue 170

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

Shades of Lochmara #255FAA

Tints of Lochmara #255FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.29%

R = 12.25%
G = 31.46%
B = 56.29%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#255FAA (or 0x255FAA) is known color: Lochmara. HEX triplet: 25, 5F and AA. RGB value is (37,95,170). Sum of RGB (Red+Green+Blue) = 37+95+170=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #255FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255FAA is #DAA055. Grayscale: #555555. Windows color (decimal): -14327894 or 11165477. OLE color: 11165477.

HSL color Cylindrical-coordinate representation of color #255FAA: hue angle of 213.83º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #255FAA is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 95 170 -
CMYK 0.78 0.44 0 0.33
HSL 213.83º 0.64% 0.41% -
HSV(B) 213.83º 0.78% 0.67% -
XYZ 12.11 11.48 39.61 -
YUV 86.21 175.28 92.9 -
System Red Green Blue C M Y K H S L
Decimal 37 95 170 0.78 0.44 0 0.33 213.83 0.64 0.41
Hex 25 5F AA 4E 2C 0 21 D6 40 29
Octal 45 137 252 116 54 0 41 326 100 51
Binary 100101 1011111 10101010 1001110 101100 0 100001 11010110 1000000 101001

Color Harmonies of #255FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FAA

Black with #255FAA

Text Example


Text Example

White with #255FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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