Html Css Color HEX #3E75AA Lochmara

📋 copy color: '#3E75AA'

red 62 ◦ green 117 ◦ blue 170

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

Shades of Lochmara #3E75AA

Tints of Lochmara #3E75AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 17.77%
G = 33.52%
B = 48.71%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E75AA (or 0x3E75AA) is known color: Lochmara. HEX triplet: 3E, 75 and AA. RGB value is (62,117,170). Sum of RGB (Red+Green+Blue) = 62+117+170=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E75AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E75AA is #C18A55. Grayscale: #6A6A6A. Windows color (decimal): -12683862 or 11171134. OLE color: 11171134.

HSL color Cylindrical-coordinate representation of color #3E75AA: hue angle of 209.44º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E75AA is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 117 170 -
CMYK 0.64 0.31 0 0.33
HSL 209.44º 0.47% 0.45% -
HSV(B) 209.44º 0.64% 0.67% -
XYZ 15.6 16.65 40.42 -
YUV 106.6 163.78 96.19 -
System Red Green Blue C M Y K H S L
Decimal 62 117 170 0.64 0.31 0 0.33 209.44 0.47 0.45
Hex 3E 75 AA 40 1F 0 21 D1 2F 2D
Octal 76 165 252 100 37 0 41 321 57 55
Binary 111110 1110101 10101010 1000000 11111 0 100001 11010001 101111 101101

Color Harmonies of #3E75AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E75AA

Black with #3E75AA

Text Example


Text Example

White with #3E75AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,117,170); }

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

background-color css

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

 a { background-color: rgb(62,117,170); }

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

border-color css

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

 span { border-color: rgb(62,117,170); }

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