Html Css Color HEX #30759E Lochmara

📋 copy color: '#30759E'

red 48 ◦ green 117 ◦ blue 158

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

Shades of Lochmara #30759E

Tints of Lochmara #30759E

RGB

 RED value IS 48 (19.14% from 255) = 14.86%

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

 BLUE value IS 158 (62.11% from 255) = 48.92%

R = 14.86%
G = 36.22%
B = 48.92%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30759E (or 0x30759E) is known color: Lochmara. HEX triplet: 30, 75 and 9E. RGB value is (48,117,158). Sum of RGB (Red+Green+Blue) = 48+117+158=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #30759E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30759E is #CF8A61. Grayscale: #646464. Windows color (decimal): -13601378 or 10384688. OLE color: 10384688.

HSL color Cylindrical-coordinate representation of color #30759E: hue angle of 202.36º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30759E is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 117 158 -
CMYK 0.70 0.26 0 0.38
HSL 202.36º 0.53% 0.4% -
HSV(B) 202.36º 0.7% 0.62% -
XYZ 13.75 15.82 34.68 -
YUV 101.04 160.14 90.17 -
System Red Green Blue C M Y K H S L
Decimal 48 117 158 0.70 0.26 0 0.38 202.36 0.53 0.4
Hex 30 75 9E 46 1A 0 26 CA 35 28
Octal 60 165 236 106 32 0 46 312 65 50
Binary 110000 1110101 10011110 1000110 11010 0 100110 11001010 110101 101000

Color Harmonies of #30759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30759E

Black with #30759E

Text Example


Text Example

White with #30759E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30759E; }

 p { color: rgb(48,117,158); }

 H1.HeaderClassName
 {
   color: #30759E;
 }
 .AnyTagClassName
 {
   color: #30759E;
 }
</style>

background-color css

<style>
 a { background-color: #30759E; }

 a { background-color: rgb(48,117,158); }

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

border-color css

<style>
 span { border-color: #30759E; }

 span { border-color: rgb(48,117,158); }

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