Html Css Color HEX #2F6993 Lochmara

📋 copy color: '#2F6993'

red 47 ◦ green 105 ◦ blue 147

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

Shades of Lochmara #2F6993

Tints of Lochmara #2F6993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.12%

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 15.72%
G = 35.12%
B = 49.16%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F6993 (or 0x2F6993) is known color: Lochmara. HEX triplet: 2F, 69 and 93. RGB value is (47,105,147). Sum of RGB (Red+Green+Blue) = 47+105+147=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F6993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6993 is #D0966C. Grayscale: #5C5C5C. Windows color (decimal): -13669997 or 9660719. OLE color: 9660719.

HSL color Cylindrical-coordinate representation of color #2F6993: hue angle of 205.2º 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 #2F6993 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 105 147 -
CMYK 0.68 0.29 0 0.42
HSL 205.2º 0.52% 0.38% -
HSV(B) 205.2º 0.68% 0.58% -
XYZ 11.49 12.81 29.47 -
YUV 92.45 158.78 95.58 -
System Red Green Blue C M Y K H S L
Decimal 47 105 147 0.68 0.29 0 0.42 205.2 0.52 0.38
Hex 2F 69 93 44 1D 0 2A CD 34 26
Octal 57 151 223 104 35 0 52 315 64 46
Binary 101111 1101001 10010011 1000100 11101 0 101010 11001101 110100 100110

Color Harmonies of #2F6993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6993

Black with #2F6993

Text Example


Text Example

White with #2F6993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,105,147); }

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

background-color css

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

 a { background-color: rgb(47,105,147); }

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

border-color css

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

 span { border-color: rgb(47,105,147); }

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