Html Css Color HEX #255EA8 Lochmara

📋 copy color: '#255EA8'

red 37 ◦ green 94 ◦ blue 168

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

Shades of Lochmara #255EA8

Tints of Lochmara #255EA8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.44%

 BLUE value IS 168 (66.02% from 255) = 56.19%

R = 12.37%
G = 31.44%
B = 56.19%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#255EA8 (or 0x255EA8) is known color: Lochmara. HEX triplet: 25, 5E and A8. RGB value is (37,94,168). Sum of RGB (Red+Green+Blue) = 37+94+168=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 168 (66.02% from 255 or 56.19% from 299); Max value from RGB is 168 - color contains mainly: blue. Hex color #255EA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255EA8 is #DAA157. Grayscale: #555555. Windows color (decimal): -14328152 or 11034149. OLE color: 11034149.

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

Color convert

RGB 37 94 168 -
CMYK 0.78 0.44 0 0.34
HSL 213.89º 0.64% 0.4% -
HSV(B) 213.89º 0.78% 0.66% -
XYZ 11.83 11.23 38.59 -
YUV 85.39 174.62 93.48 -
System Red Green Blue C M Y K H S L
Decimal 37 94 168 0.78 0.44 0 0.34 213.89 0.64 0.4
Hex 25 5E A8 4E 2C 0 22 D6 40 28
Octal 45 136 250 116 54 0 42 326 100 50
Binary 100101 1011110 10101000 1001110 101100 0 100010 11010110 1000000 101000

Color Harmonies of #255EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255EA8

Black with #255EA8

Text Example


Text Example

White with #255EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,94,168); }

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

background-color css

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

 a { background-color: rgb(37,94,168); }

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

border-color css

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

 span { border-color: rgb(37,94,168); }

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