Html Css Color HEX #285FAB Lochmara

📋 copy color: '#285FAB'

red 40 ◦ green 95 ◦ blue 171

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

Shades of Lochmara #285FAB

Tints of Lochmara #285FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.88%

R = 13.07%
G = 31.05%
B = 55.88%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#285FAB (or 0x285FAB) is known color: Lochmara. HEX triplet: 28, 5F and AB. RGB value is (40,95,171). Sum of RGB (Red+Green+Blue) = 40+95+171=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #285FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285FAB is #D7A054. Grayscale: #565656. Windows color (decimal): -14131285 or 11231016. OLE color: 11231016.

HSL color Cylindrical-coordinate representation of color #285FAB: hue angle of 214.81º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #285FAB is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 95 171 -
CMYK 0.77 0.44 0 0.33
HSL 214.81º 0.62% 0.41% -
HSV(B) 214.81º 0.77% 0.67% -
XYZ 12.32 11.58 40.11 -
YUV 87.22 175.28 94.32 -
System Red Green Blue C M Y K H S L
Decimal 40 95 171 0.77 0.44 0 0.33 214.81 0.62 0.41
Hex 28 5F AB 4D 2C 0 21 D7 3E 29
Octal 50 137 253 115 54 0 41 327 76 51
Binary 101000 1011111 10101011 1001101 101100 0 100001 11010111 111110 101001

Color Harmonies of #285FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285FAB

Black with #285FAB

Text Example


Text Example

White with #285FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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