Html Css Color HEX #30739D Lochmara

📋 copy color: '#30739D'

red 48 ◦ green 115 ◦ blue 157

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

Shades of Lochmara #30739D

Tints of Lochmara #30739D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.06%

R = 15%
G = 35.94%
B = 49.06%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30739D (or 0x30739D) is known color: Lochmara. HEX triplet: 30, 73 and 9D. RGB value is (48,115,157). Sum of RGB (Red+Green+Blue) = 48+115+157=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #30739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30739D is #CF8C62. Grayscale: #636363. Windows color (decimal): -13601891 or 10318640. OLE color: 10318640.

HSL color Cylindrical-coordinate representation of color #30739D: hue angle of 203.12º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30739D is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 115 157 -
CMYK 0.69 0.27 0 0.38
HSL 203.12º 0.53% 0.4% -
HSV(B) 203.12º 0.69% 0.62% -
XYZ 13.44 15.32 34.15 -
YUV 99.76 160.3 91.08 -
System Red Green Blue C M Y K H S L
Decimal 48 115 157 0.69 0.27 0 0.38 203.12 0.53 0.4
Hex 30 73 9D 45 1B 0 26 CB 35 28
Octal 60 163 235 105 33 0 46 313 65 50
Binary 110000 1110011 10011101 1000101 11011 0 100110 11001011 110101 101000

Color Harmonies of #30739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30739D

Black with #30739D

Text Example


Text Example

White with #30739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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