Html Css Color HEX #2F6398 Lochmara

📋 copy color: '#2F6398'

red 47 ◦ green 99 ◦ blue 152

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

Shades of Lochmara #2F6398

Tints of Lochmara #2F6398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.22%

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

R = 15.77%
G = 33.22%
B = 51.01%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2F6398 (or 0x2F6398) is known color: Lochmara. HEX triplet: 2F, 63 and 98. RGB value is (47,99,152). Sum of RGB (Red+Green+Blue) = 47+99+152=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F6398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6398 is #D09C67. Grayscale: #595959. Windows color (decimal): -13671528 or 9986863. OLE color: 9986863.

HSL color Cylindrical-coordinate representation of color #2F6398: hue angle of 210.29º 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 #2F6398 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 99 152 -
CMYK 0.69 0.35 0 0.40
HSL 210.29º 0.53% 0.39% -
HSV(B) 210.29º 0.69% 0.6% -
XYZ 11.3 11.8 31.39 -
YUV 89.49 163.27 97.69 -
System Red Green Blue C M Y K H S L
Decimal 47 99 152 0.69 0.35 0 0.40 210.29 0.53 0.39
Hex 2F 63 98 45 23 0 28 D2 35 27
Octal 57 143 230 105 43 0 50 322 65 47
Binary 101111 1100011 10011000 1000101 100011 0 101000 11010010 110101 100111

Color Harmonies of #2F6398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6398

Black with #2F6398

Text Example


Text Example

White with #2F6398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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