Html Css Color HEX #255F9E Lochmara

📋 copy color: '#255F9E'

red 37 ◦ green 95 ◦ blue 158

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

Shades of Lochmara #255F9E

Tints of Lochmara #255F9E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.76%

 BLUE value IS 158 (62.11% from 255) = 54.48%

R = 12.76%
G = 32.76%
B = 54.48%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#255F9E (or 0x255F9E) is known color: Lochmara. HEX triplet: 25, 5F and 9E. RGB value is (37,95,158). Sum of RGB (Red+Green+Blue) = 37+95+158=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #255F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255F9E is #DAA061. Grayscale: #545454. Windows color (decimal): -14327906 or 10379045. OLE color: 10379045.

HSL color Cylindrical-coordinate representation of color #255F9E: hue angle of 211.24º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #255F9E is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 95 158 -
CMYK 0.77 0.40 0 0.38
HSL 211.24º 0.62% 0.38% -
HSV(B) 211.24º 0.77% 0.62% -
XYZ 11.03 11.05 33.9 -
YUV 84.84 169.28 93.88 -
System Red Green Blue C M Y K H S L
Decimal 37 95 158 0.77 0.40 0 0.38 211.24 0.62 0.38
Hex 25 5F 9E 4D 28 0 26 D3 3E 26
Octal 45 137 236 115 50 0 46 323 76 46
Binary 100101 1011111 10011110 1001101 101000 0 100110 11010011 111110 100110

Color Harmonies of #255F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F9E

Black with #255F9E

Text Example


Text Example

White with #255F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,95,158); }

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

background-color css

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

 a { background-color: rgb(37,95,158); }

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

border-color css

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

 span { border-color: rgb(37,95,158); }

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