Html Css Color HEX #295F9F Lochmara

📋 copy color: '#295F9F'

red 41 ◦ green 95 ◦ blue 159

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

Shades of Lochmara #295F9F

Tints of Lochmara #295F9F

RGB

 RED value IS 41 (16.41% from 255) = 13.9%

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

 BLUE value IS 159 (62.5% from 255) = 53.9%

R = 13.9%
G = 32.2%
B = 53.9%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#295F9F (or 0x295F9F) is known color: Lochmara. HEX triplet: 29, 5F and 9F. RGB value is (41,95,159). Sum of RGB (Red+Green+Blue) = 41+95+159=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #295F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295F9F is #D6A060. Grayscale: #555555. Windows color (decimal): -14065761 or 10444585. OLE color: 10444585.

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

Color convert

RGB 41 95 159 -
CMYK 0.74 0.40 0 0.38
HSL 212.54º 0.59% 0.39% -
HSV(B) 212.54º 0.74% 0.62% -
XYZ 11.26 11.16 34.36 -
YUV 86.15 169.11 95.8 -
System Red Green Blue C M Y K H S L
Decimal 41 95 159 0.74 0.40 0 0.38 212.54 0.59 0.39
Hex 29 5F 9F 4A 28 0 26 D5 3B 27
Octal 51 137 237 112 50 0 46 325 73 47
Binary 101001 1011111 10011111 1001010 101000 0 100110 11010101 111011 100111

Color Harmonies of #295F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F9F

Black with #295F9F

Text Example


Text Example

White with #295F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295F9F; }

 p { color: rgb(41,95,159); }

 H1.HeaderClassName
 {
   color: #295F9F;
 }
 .AnyTagClassName
 {
   color: #295F9F;
 }
</style>

background-color css

<style>
 a { background-color: #295F9F; }

 a { background-color: rgb(41,95,159); }

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

border-color css

<style>
 span { border-color: #295F9F; }

 span { border-color: rgb(41,95,159); }

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