Html Css Color HEX #3F759B Lochmara

📋 copy color: '#3F759B'

red 63 ◦ green 117 ◦ blue 155

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

Shades of Lochmara #3F759B

Tints of Lochmara #3F759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.93%

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

R = 18.81%
G = 34.93%
B = 46.27%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F759B (or 0x3F759B) is known color: Lochmara. HEX triplet: 3F, 75 and 9B. RGB value is (63,117,155). Sum of RGB (Red+Green+Blue) = 63+117+155=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F759B is #C08A64. Grayscale: #686868. Windows color (decimal): -12618341 or 10188095. OLE color: 10188095.

HSL color Cylindrical-coordinate representation of color #3F759B: hue angle of 204.78º 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 #3F759B is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 117 155 -
CMYK 0.59 0.25 0 0.39
HSL 204.78º 0.42% 0.43% -
HSV(B) 204.78º 0.59% 0.61% -
XYZ 14.33 16.15 33.37 -
YUV 105.19 156.11 97.91 -
System Red Green Blue C M Y K H S L
Decimal 63 117 155 0.59 0.25 0 0.39 204.78 0.42 0.43
Hex 3F 75 9B 3B 19 0 27 CD 2A 2B
Octal 77 165 233 73 31 0 47 315 52 53
Binary 111111 1110101 10011011 111011 11001 0 100111 11001101 101010 101011

Color Harmonies of #3F759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F759B

Black with #3F759B

Text Example


Text Example

White with #3F759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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