Html Css Color HEX #30749E Lochmara

📋 copy color: '#30749E'

red 48 ◦ green 116 ◦ blue 158

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

Shades of Lochmara #30749E

Tints of Lochmara #30749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

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

R = 14.91%
G = 36.02%
B = 49.07%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30749E (or 0x30749E) is known color: Lochmara. HEX triplet: 30, 74 and 9E. RGB value is (48,116,158). Sum of RGB (Red+Green+Blue) = 48+116+158=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #30749E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30749E is #CF8B61. Grayscale: #646464. Windows color (decimal): -13601634 or 10384432. OLE color: 10384432.

HSL color Cylindrical-coordinate representation of color #30749E: hue angle of 202.91º 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 #30749E is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 116 158 -
CMYK 0.70 0.27 0 0.38
HSL 202.91º 0.53% 0.4% -
HSV(B) 202.91º 0.7% 0.62% -
XYZ 13.64 15.59 34.64 -
YUV 100.46 160.47 90.58 -
System Red Green Blue C M Y K H S L
Decimal 48 116 158 0.70 0.27 0 0.38 202.91 0.53 0.4
Hex 30 74 9E 46 1B 0 26 CB 35 28
Octal 60 164 236 106 33 0 46 313 65 50
Binary 110000 1110100 10011110 1000110 11011 0 100110 11001011 110101 101000

Color Harmonies of #30749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30749E

Black with #30749E

Text Example


Text Example

White with #30749E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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