Html Css Color HEX #255AA5 Lochmara

📋 copy color: '#255AA5'

red 37 ◦ green 90 ◦ blue 165

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

Shades of Lochmara #255AA5

Tints of Lochmara #255AA5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.82%

 BLUE value IS 165 (64.84% from 255) = 56.51%

R = 12.67%
G = 30.82%
B = 56.51%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#255AA5 (or 0x255AA5) is known color: Lochmara. HEX triplet: 25, 5A and A5. RGB value is (37,90,165). Sum of RGB (Red+Green+Blue) = 37+90+165=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 165 (64.84% from 255 or 56.51% from 292); Max value from RGB is 165 - color contains mainly: blue. Hex color #255AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255AA5 is #DAA55A. Grayscale: #525252. Windows color (decimal): -14329179 or 10836517. OLE color: 10836517.

HSL color Cylindrical-coordinate representation of color #255AA5: hue angle of 215.16º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #255AA5 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 37 90 165 -
CMYK 0.78 0.45 0 0.35
HSL 215.16º 0.63% 0.4% -
HSV(B) 215.16º 0.78% 0.65% -
XYZ 11.21 10.42 37.02 -
YUV 82.7 174.44 95.4 -
System Red Green Blue C M Y K H S L
Decimal 37 90 165 0.78 0.45 0 0.35 215.16 0.63 0.4
Hex 25 5A A5 4E 2D 0 23 D7 3F 28
Octal 45 132 245 116 55 0 43 327 77 50
Binary 100101 1011010 10100101 1001110 101101 0 100011 11010111 111111 101000

Color Harmonies of #255AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255AA5

Black with #255AA5

Text Example


Text Example

White with #255AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,90,165); }

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

background-color css

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

 a { background-color: rgb(37,90,165); }

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

border-color css

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

 span { border-color: rgb(37,90,165); }

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