Html Css Color HEX #3E7BA4 Lochmara

📋 copy color: '#3E7BA4'

red 62 ◦ green 123 ◦ blue 164

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

Shades of Lochmara #3E7BA4

Tints of Lochmara #3E7BA4

RGB

 RED value IS 62 (24.61% from 255) = 17.77%

 GREEN value IS 123 (48.44% from 255) = 35.24%

 BLUE value IS 164 (64.45% from 255) = 46.99%

R = 17.77%
G = 35.24%
B = 46.99%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3E7BA4 (or 0x3E7BA4) is known color: Lochmara. HEX triplet: 3E, 7B and A4. RGB value is (62,123,164). Sum of RGB (Red+Green+Blue) = 62+123+164=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 164 (64.45% from 255 or 46.99% from 349); Max value from RGB is 164 - color contains mainly: blue. Hex color #3E7BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7BA4 is #C1845B. Grayscale: #6D6D6D. Windows color (decimal): -12682332 or 10779454. OLE color: 10779454.

HSL color Cylindrical-coordinate representation of color #3E7BA4: hue angle of 204.12º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E7BA4 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 62 123 164 -
CMYK 0.62 0.25 0 0.36
HSL 204.12º 0.45% 0.44% -
HSV(B) 204.12º 0.62% 0.64% -
XYZ 15.77 17.87 37.74 -
YUV 109.44 158.79 94.17 -
System Red Green Blue C M Y K H S L
Decimal 62 123 164 0.62 0.25 0 0.36 204.12 0.45 0.44
Hex 3E 7B A4 3E 19 0 24 CC 2D 2C
Octal 76 173 244 76 31 0 44 314 55 54
Binary 111110 1111011 10100100 111110 11001 0 100100 11001100 101101 101100

Color Harmonies of #3E7BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7BA4

Black with #3E7BA4

Text Example


Text Example

White with #3E7BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,123,164); }

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

background-color css

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

 a { background-color: rgb(62,123,164); }

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

border-color css

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

 span { border-color: rgb(62,123,164); }

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