Html Css Color HEX #255CA8 Lochmara

📋 copy color: '#255CA8'

red 37 ◦ green 92 ◦ blue 168

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

Shades of Lochmara #255CA8

Tints of Lochmara #255CA8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

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

R = 12.46%
G = 30.98%
B = 56.57%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#255CA8 (or 0x255CA8) is known color: Lochmara. HEX triplet: 25, 5C and A8. RGB value is (37,92,168). Sum of RGB (Red+Green+Blue) = 37+92+168=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 168 (66.02% from 255 or 56.57% from 297); Max value from RGB is 168 - color contains mainly: blue. Hex color #255CA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255CA8 is #DAA357. Grayscale: #535353. Windows color (decimal): -14328664 or 11033637. OLE color: 11033637.

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

Color convert

RGB 37 92 168 -
CMYK 0.78 0.45 0 0.34
HSL 214.81º 0.64% 0.4% -
HSV(B) 214.81º 0.78% 0.66% -
XYZ 11.66 10.87 38.53 -
YUV 84.22 175.28 94.32 -
System Red Green Blue C M Y K H S L
Decimal 37 92 168 0.78 0.45 0 0.34 214.81 0.64 0.4
Hex 25 5C A8 4E 2D 0 22 D7 40 28
Octal 45 134 250 116 55 0 42 327 100 50
Binary 100101 1011100 10101000 1001110 101101 0 100010 11010111 1000000 101000

Color Harmonies of #255CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255CA8

Black with #255CA8

Text Example


Text Example

White with #255CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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