Html Css Color HEX #30739F Lochmara

📋 copy color: '#30739F'

red 48 ◦ green 115 ◦ blue 159

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

Shades of Lochmara #30739F

Tints of Lochmara #30739F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.71%

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

R = 14.91%
G = 35.71%
B = 49.38%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30739F (or 0x30739F) is known color: Lochmara. HEX triplet: 30, 73 and 9F. RGB value is (48,115,159). Sum of RGB (Red+Green+Blue) = 48+115+159=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #30739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30739F is #CF8C60. Grayscale: #636363. Windows color (decimal): -13601889 or 10449712. OLE color: 10449712.

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

Color convert

RGB 48 115 159 -
CMYK 0.70 0.28 0 0.38
HSL 203.78º 0.54% 0.41% -
HSV(B) 203.78º 0.7% 0.62% -
XYZ 13.61 15.39 35.05 -
YUV 99.98 161.3 90.92 -
System Red Green Blue C M Y K H S L
Decimal 48 115 159 0.70 0.28 0 0.38 203.78 0.54 0.41
Hex 30 73 9F 46 1C 0 26 CC 36 29
Octal 60 163 237 106 34 0 46 314 66 51
Binary 110000 1110011 10011111 1000110 11100 0 100110 11001100 110110 101001

Color Harmonies of #30739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30739F

Black with #30739F

Text Example


Text Example

White with #30739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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