Html Css Color HEX #255BA4 Lochmara

📋 copy color: '#255BA4'

red 37 ◦ green 91 ◦ blue 164

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

Shades of Lochmara #255BA4

Tints of Lochmara #255BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 56.16%

R = 12.67%
G = 31.16%
B = 56.16%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#255BA4 (or 0x255BA4) is known color: Lochmara. HEX triplet: 25, 5B and A4. RGB value is (37,91,164). Sum of RGB (Red+Green+Blue) = 37+91+164=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 164 (64.45% from 255 or 56.16% from 292); Max value from RGB is 164 - color contains mainly: blue. Hex color #255BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255BA4 is #DAA45B. Grayscale: #525252. Windows color (decimal): -14328924 or 10771237. OLE color: 10771237.

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

Color convert

RGB 37 91 164 -
CMYK 0.77 0.45 0 0.36
HSL 214.49º 0.63% 0.39% -
HSV(B) 214.49º 0.77% 0.64% -
XYZ 11.2 10.56 36.57 -
YUV 83.18 173.61 95.06 -
System Red Green Blue C M Y K H S L
Decimal 37 91 164 0.77 0.45 0 0.36 214.49 0.63 0.39
Hex 25 5B A4 4D 2D 0 24 D6 3F 27
Octal 45 133 244 115 55 0 44 326 77 47
Binary 100101 1011011 10100100 1001101 101101 0 100100 11010110 111111 100111

Color Harmonies of #255BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BA4

Black with #255BA4

Text Example


Text Example

White with #255BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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