Html Css Color HEX #255BA5 Lochmara

📋 copy color: '#255BA5'

red 37 ◦ green 91 ◦ blue 165

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

Shades of Lochmara #255BA5

Tints of Lochmara #255BA5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.06%

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

R = 12.63%
G = 31.06%
B = 56.31%

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

#255BA5 (or 0x255BA5) is known color: Lochmara. HEX triplet: 25, 5B and A5. RGB value is (37,91,165). Sum of RGB (Red+Green+Blue) = 37+91+165=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 165 (64.84% from 255 or 56.31% from 293); Max value from RGB is 165 - color contains mainly: blue. Hex color #255BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255BA5 is #DAA45A. Grayscale: #525252. Windows color (decimal): -14328923 or 10836773. OLE color: 10836773.

HSL color Cylindrical-coordinate representation of color #255BA5: hue angle of 214.69º 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 #255BA5 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 37 91 165 -
CMYK 0.78 0.45 0 0.35
HSL 214.69º 0.63% 0.4% -
HSV(B) 214.69º 0.78% 0.65% -
XYZ 11.3 10.59 37.05 -
YUV 83.29 174.11 94.98 -
System Red Green Blue C M Y K H S L
Decimal 37 91 165 0.78 0.45 0 0.35 214.69 0.63 0.4
Hex 25 5B A5 4E 2D 0 23 D7 3F 28
Octal 45 133 245 116 55 0 43 327 77 50
Binary 100101 1011011 10100101 1001110 101101 0 100011 11010111 111111 101000

Color Harmonies of #255BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BA5

Black with #255BA5

Text Example


Text Example

White with #255BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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