Html Css Color HEX #2F6E95 Lochmara

📋 copy color: '#2F6E95'

red 47 ◦ green 110 ◦ blue 149

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

Shades of Lochmara #2F6E95

Tints of Lochmara #2F6E95

RGB

 RED value IS 47 (18.75% from 255) = 15.36%

 GREEN value IS 110 (43.36% from 255) = 35.95%

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 15.36%
G = 35.95%
B = 48.69%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F6E95 (or 0x2F6E95) is known color: Lochmara. HEX triplet: 2F, 6E and 95. RGB value is (47,110,149). Sum of RGB (Red+Green+Blue) = 47+110+149=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F6E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6E95 is #D0916A. Grayscale: #5F5F5F. Windows color (decimal): -13668715 or 9793071. OLE color: 9793071.

HSL color Cylindrical-coordinate representation of color #2F6E95: hue angle of 202.94º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F6E95 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 110 149 -
CMYK 0.68 0.26 0 0.42
HSL 202.94º 0.52% 0.38% -
HSV(B) 202.94º 0.68% 0.58% -
XYZ 12.17 13.93 30.48 -
YUV 95.61 158.13 93.33 -
System Red Green Blue C M Y K H S L
Decimal 47 110 149 0.68 0.26 0 0.42 202.94 0.52 0.38
Hex 2F 6E 95 44 1A 0 2A CB 34 26
Octal 57 156 225 104 32 0 52 313 64 46
Binary 101111 1101110 10010101 1000100 11010 0 101010 11001011 110100 100110

Color Harmonies of #2F6E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6E95

Black with #2F6E95

Text Example


Text Example

White with #2F6E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F6E95; }

 p { color: rgb(47,110,149); }

 H1.HeaderClassName
 {
   color: #2F6E95;
 }
 .AnyTagClassName
 {
   color: #2F6E95;
 }
</style>

background-color css

<style>
 a { background-color: #2F6E95; }

 a { background-color: rgb(47,110,149); }

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

border-color css

<style>
 span { border-color: #2F6E95; }

 span { border-color: rgb(47,110,149); }

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