Html Css Color HEX #3F769F Lochmara

📋 copy color: '#3F769F'

red 63 ◦ green 118 ◦ blue 159

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

Shades of Lochmara #3F769F

Tints of Lochmara #3F769F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

 BLUE value IS 159 (62.5% from 255) = 46.76%

R = 18.53%
G = 34.71%
B = 46.76%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F769F (or 0x3F769F) is known color: Lochmara. HEX triplet: 3F, 76 and 9F. RGB value is (63,118,159). Sum of RGB (Red+Green+Blue) = 63+118+159=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F769F is #C08960. Grayscale: #6A6A6A. Windows color (decimal): -12618081 or 10450495. OLE color: 10450495.

HSL color Cylindrical-coordinate representation of color #3F769F: hue angle of 205.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F769F is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 118 159 -
CMYK 0.60 0.26 0 0.38
HSL 205.63º 0.43% 0.44% -
HSV(B) 205.63º 0.6% 0.62% -
XYZ 14.79 16.52 35.21 -
YUV 106.23 157.78 97.17 -
System Red Green Blue C M Y K H S L
Decimal 63 118 159 0.60 0.26 0 0.38 205.63 0.43 0.44
Hex 3F 76 9F 3C 1A 0 26 CE 2B 2C
Octal 77 166 237 74 32 0 46 316 53 54
Binary 111111 1110110 10011111 111100 11010 0 100110 11001110 101011 101100

Color Harmonies of #3F769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F769F

Black with #3F769F

Text Example


Text Example

White with #3F769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,118,159); }

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

background-color css

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

 a { background-color: rgb(63,118,159); }

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

border-color css

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

 span { border-color: rgb(63,118,159); }

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