Html Css Color HEX #3A7598 Lochmara

📋 copy color: '#3A7598'

red 58 ◦ green 117 ◦ blue 152

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

Shades of Lochmara #3A7598

Tints of Lochmara #3A7598

RGB

 RED value IS 58 (23.05% from 255) = 17.74%

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

 BLUE value IS 152 (59.77% from 255) = 46.48%

R = 17.74%
G = 35.78%
B = 46.48%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3A7598 (or 0x3A7598) is known color: Lochmara. HEX triplet: 3A, 75 and 98. RGB value is (58,117,152). Sum of RGB (Red+Green+Blue) = 58+117+152=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A7598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7598 is #C58A67. Grayscale: #676767. Windows color (decimal): -12946024 or 9991482. OLE color: 9991482.

HSL color Cylindrical-coordinate representation of color #3A7598: hue angle of 202.34º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A7598 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 117 152 -
CMYK 0.62 0.23 0 0.40
HSL 202.34º 0.45% 0.41% -
HSV(B) 202.34º 0.62% 0.6% -
XYZ 13.77 15.89 32.05 -
YUV 103.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 58 117 152 0.62 0.23 0 0.40 202.34 0.45 0.41
Hex 3A 75 98 3E 17 0 28 CA 2D 29
Octal 72 165 230 76 27 0 50 312 55 51
Binary 111010 1110101 10011000 111110 10111 0 101000 11001010 101101 101001

Color Harmonies of #3A7598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7598

Black with #3A7598

Text Example


Text Example

White with #3A7598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,117,152); }

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

background-color css

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

 a { background-color: rgb(58,117,152); }

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

border-color css

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

 span { border-color: rgb(58,117,152); }

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