Html Css Color HEX #30749F Lochmara

📋 copy color: '#30749F'

red 48 ◦ green 116 ◦ blue 159

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

Shades of Lochmara #30749F

Tints of Lochmara #30749F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.23%

R = 14.86%
G = 35.91%
B = 49.23%

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

#30749F (or 0x30749F) is known color: Lochmara. HEX triplet: 30, 74 and 9F. RGB value is (48,116,159). Sum of RGB (Red+Green+Blue) = 48+116+159=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #30749F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30749F is #CF8B60. Grayscale: #646464. Windows color (decimal): -13601633 or 10449968. OLE color: 10449968.

HSL color Cylindrical-coordinate representation of color #30749F: hue angle of 203.24º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30749F is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 116 159 -
CMYK 0.70 0.27 0 0.38
HSL 203.24º 0.54% 0.41% -
HSV(B) 203.24º 0.7% 0.62% -
XYZ 13.72 15.62 35.09 -
YUV 100.57 160.97 90.5 -
System Red Green Blue C M Y K H S L
Decimal 48 116 159 0.70 0.27 0 0.38 203.24 0.54 0.41
Hex 30 74 9F 46 1B 0 26 CB 36 29
Octal 60 164 237 106 33 0 46 313 66 51
Binary 110000 1110100 10011111 1000110 11011 0 100110 11001011 110110 101001

Color Harmonies of #30749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30749F

Black with #30749F

Text Example


Text Example

White with #30749F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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