Html Css Color HEX #30709D Lochmara

📋 copy color: '#30709D'

red 48 ◦ green 112 ◦ blue 157

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

Shades of Lochmara #30709D

Tints of Lochmara #30709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.33%

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

R = 15.14%
G = 35.33%
B = 49.53%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30709D (or 0x30709D) is known color: Lochmara. HEX triplet: 30, 70 and 9D. RGB value is (48,112,157). Sum of RGB (Red+Green+Blue) = 48+112+157=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #30709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30709D is #CF8F62. Grayscale: #616161. Windows color (decimal): -13602659 or 10317872. OLE color: 10317872.

HSL color Cylindrical-coordinate representation of color #30709D: hue angle of 204.77º 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 #30709D is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 112 157 -
CMYK 0.69 0.29 0 0.38
HSL 204.77º 0.53% 0.4% -
HSV(B) 204.77º 0.69% 0.62% -
XYZ 13.1 14.65 34.04 -
YUV 97.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 48 112 157 0.69 0.29 0 0.38 204.77 0.53 0.4
Hex 30 70 9D 45 1D 0 26 CD 35 28
Octal 60 160 235 105 35 0 46 315 65 50
Binary 110000 1110000 10011101 1000101 11101 0 100110 11001101 110101 101000

Color Harmonies of #30709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30709D

Black with #30709D

Text Example


Text Example

White with #30709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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