Html Css Color HEX #2F6DBB Lochmara

📋 copy color: '#2F6DBB'

red 47 ◦ green 109 ◦ blue 187

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

Shades of Lochmara #2F6DBB

Tints of Lochmara #2F6DBB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.78%

 BLUE value IS 187 (73.44% from 255) = 54.52%

R = 13.7%
G = 31.78%
B = 54.52%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F6DBB (or 0x2F6DBB) is known color: Lochmara. HEX triplet: 2F, 6D and BB. RGB value is (47,109,187). Sum of RGB (Red+Green+Blue) = 47+109+187=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F6DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6DBB is #D09244. Grayscale: #626262. Windows color (decimal): -13668933 or 12283183. OLE color: 12283183.

HSL color Cylindrical-coordinate representation of color #2F6DBB: hue angle of 213.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F6DBB is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 109 187 -
CMYK 0.75 0.42 0 0.27
HSL 213.43º 0.6% 0.46% -
HSV(B) 213.43º 0.75% 0.73% -
XYZ 15.61 15.13 49.11 -
YUV 99.35 177.46 90.66 -
System Red Green Blue C M Y K H S L
Decimal 47 109 187 0.75 0.42 0 0.27 213.43 0.6 0.46
Hex 2F 6D BB 4B 2A 0 1B D5 3C 2E
Octal 57 155 273 113 52 0 33 325 74 56
Binary 101111 1101101 10111011 1001011 101010 0 11011 11010101 111100 101110

Color Harmonies of #2F6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6DBB

Black with #2F6DBB

Text Example


Text Example

White with #2F6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,109,187); }

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

background-color css

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

 a { background-color: rgb(47,109,187); }

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

border-color css

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

 span { border-color: rgb(47,109,187); }

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