Html Css Color HEX #2F6498 Lochmara

📋 copy color: '#2F6498'

red 47 ◦ green 100 ◦ blue 152

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

Shades of Lochmara #2F6498

Tints of Lochmara #2F6498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.44%

 BLUE value IS 152 (59.77% from 255) = 50.84%

R = 15.72%
G = 33.44%
B = 50.84%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2F6498 (or 0x2F6498) is known color: Lochmara. HEX triplet: 2F, 64 and 98. RGB value is (47,100,152). Sum of RGB (Red+Green+Blue) = 47+100+152=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F6498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6498 is #D09B67. Grayscale: #595959. Windows color (decimal): -13671272 or 9987119. OLE color: 9987119.

HSL color Cylindrical-coordinate representation of color #2F6498: hue angle of 209.71º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F6498 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 100 152 -
CMYK 0.69 0.34 0 0.40
HSL 209.71º 0.53% 0.39% -
HSV(B) 209.71º 0.69% 0.6% -
XYZ 11.4 11.99 31.42 -
YUV 90.08 162.94 97.27 -
System Red Green Blue C M Y K H S L
Decimal 47 100 152 0.69 0.34 0 0.40 209.71 0.53 0.39
Hex 2F 64 98 45 22 0 28 D2 35 27
Octal 57 144 230 105 42 0 50 322 65 47
Binary 101111 1100100 10011000 1000101 100010 0 101000 11010010 110101 100111

Color Harmonies of #2F6498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6498

Black with #2F6498

Text Example


Text Example

White with #2F6498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,100,152); }

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

background-color css

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

 a { background-color: rgb(47,100,152); }

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

border-color css

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

 span { border-color: rgb(47,100,152); }

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