Html Css Color HEX #285FA5 Lochmara

📋 copy color: '#285FA5'

red 40 ◦ green 95 ◦ blue 165

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

Shades of Lochmara #285FA5

Tints of Lochmara #285FA5

RGB

 RED value IS 40 (16.02% from 255) = 13.33%

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

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

R = 13.33%
G = 31.67%
B = 55%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#285FA5 (or 0x285FA5) is known color: Lochmara. HEX triplet: 28, 5F and A5. RGB value is (40,95,165). Sum of RGB (Red+Green+Blue) = 40+95+165=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 165 (64.84% from 255 or 55% from 300); Max value from RGB is 165 - color contains mainly: blue. Hex color #285FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285FA5 is #D7A05A. Grayscale: #565656. Windows color (decimal): -14131291 or 10837800. OLE color: 10837800.

HSL color Cylindrical-coordinate representation of color #285FA5: hue angle of 213.6º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #285FA5 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 40 95 165 -
CMYK 0.76 0.42 0 0.35
HSL 213.6º 0.61% 0.4% -
HSV(B) 213.6º 0.76% 0.65% -
XYZ 11.76 11.35 37.17 -
YUV 86.54 172.28 94.81 -
System Red Green Blue C M Y K H S L
Decimal 40 95 165 0.76 0.42 0 0.35 213.6 0.61 0.4
Hex 28 5F A5 4C 2A 0 23 D6 3D 28
Octal 50 137 245 114 52 0 43 326 75 50
Binary 101000 1011111 10100101 1001100 101010 0 100011 11010110 111101 101000

Color Harmonies of #285FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285FA5

Black with #285FA5

Text Example


Text Example

White with #285FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285FA5; }

 p { color: rgb(40,95,165); }

 H1.HeaderClassName
 {
   color: #285FA5;
 }
 .AnyTagClassName
 {
   color: #285FA5;
 }
</style>

background-color css

<style>
 a { background-color: #285FA5; }

 a { background-color: rgb(40,95,165); }

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

border-color css

<style>
 span { border-color: #285FA5; }

 span { border-color: rgb(40,95,165); }

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