Html Css Color HEX #30719C Lochmara

📋 copy color: '#30719C'

red 48 ◦ green 113 ◦ blue 156

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

Shades of Lochmara #30719C

Tints of Lochmara #30719C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.65%

 BLUE value IS 156 (61.33% from 255) = 49.21%

R = 15.14%
G = 35.65%
B = 49.21%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30719C (or 0x30719C) is known color: Lochmara. HEX triplet: 30, 71 and 9C. RGB value is (48,113,156). Sum of RGB (Red+Green+Blue) = 48+113+156=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #30719C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30719C is #CF8E63. Grayscale: #626262. Windows color (decimal): -13602404 or 10252592. OLE color: 10252592.

HSL color Cylindrical-coordinate representation of color #30719C: hue angle of 203.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30719C is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 113 156 -
CMYK 0.69 0.28 0 0.39
HSL 203.89º 0.53% 0.4% -
HSV(B) 203.89º 0.69% 0.61% -
XYZ 13.12 14.84 33.62 -
YUV 98.47 160.47 92 -
System Red Green Blue C M Y K H S L
Decimal 48 113 156 0.69 0.28 0 0.39 203.89 0.53 0.4
Hex 30 71 9C 45 1C 0 27 CC 35 28
Octal 60 161 234 105 34 0 47 314 65 50
Binary 110000 1110001 10011100 1000101 11100 0 100111 11001100 110101 101000

Color Harmonies of #30719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30719C

Black with #30719C

Text Example


Text Example

White with #30719C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30719C; }

 p { color: rgb(48,113,156); }

 H1.HeaderClassName
 {
   color: #30719C;
 }
 .AnyTagClassName
 {
   color: #30719C;
 }
</style>

background-color css

<style>
 a { background-color: #30719C; }

 a { background-color: rgb(48,113,156); }

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

border-color css

<style>
 span { border-color: #30719C; }

 span { border-color: rgb(48,113,156); }

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