Html Css Color HEX #3F729B Lochmara

📋 copy color: '#3F729B'

red 63 ◦ green 114 ◦ blue 155

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

Shades of Lochmara #3F729B

Tints of Lochmara #3F729B

RGB

 RED value IS 63 (25% from 255) = 18.98%

 GREEN value IS 114 (44.92% from 255) = 34.34%

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 18.98%
G = 34.34%
B = 46.69%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F729B (or 0x3F729B) is known color: Lochmara. HEX triplet: 3F, 72 and 9B. RGB value is (63,114,155). Sum of RGB (Red+Green+Blue) = 63+114+155=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F729B is #C08D64. Grayscale: #676767. Windows color (decimal): -12619109 or 10187327. OLE color: 10187327.

HSL color Cylindrical-coordinate representation of color #3F729B: hue angle of 206.74º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F729B is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 114 155 -
CMYK 0.59 0.26 0 0.39
HSL 206.74º 0.42% 0.43% -
HSV(B) 206.74º 0.59% 0.61% -
XYZ 13.98 15.46 33.26 -
YUV 103.43 157.1 99.17 -
System Red Green Blue C M Y K H S L
Decimal 63 114 155 0.59 0.26 0 0.39 206.74 0.42 0.43
Hex 3F 72 9B 3B 1A 0 27 CF 2A 2B
Octal 77 162 233 73 32 0 47 317 52 53
Binary 111111 1110010 10011011 111011 11010 0 100111 11001111 101010 101011

Color Harmonies of #3F729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F729B

Black with #3F729B

Text Example


Text Example

White with #3F729B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F729B; }

 p { color: rgb(63,114,155); }

 H1.HeaderClassName
 {
   color: #3F729B;
 }
 .AnyTagClassName
 {
   color: #3F729B;
 }
</style>

background-color css

<style>
 a { background-color: #3F729B; }

 a { background-color: rgb(63,114,155); }

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

border-color css

<style>
 span { border-color: #3F729B; }

 span { border-color: rgb(63,114,155); }

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