Html Css Color HEX #30699D Lochmara

📋 copy color: '#30699D'

red 48 ◦ green 105 ◦ blue 157

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

Shades of Lochmara #30699D

Tints of Lochmara #30699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.87%

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

R = 15.48%
G = 33.87%
B = 50.65%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30699D (or 0x30699D) is known color: Lochmara. HEX triplet: 30, 69 and 9D. RGB value is (48,105,157). Sum of RGB (Red+Green+Blue) = 48+105+157=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #30699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30699D is #CF9662. Grayscale: #5D5D5D. Windows color (decimal): -13604451 or 10316080. OLE color: 10316080.

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

Color convert

RGB 48 105 157 -
CMYK 0.69 0.33 0 0.38
HSL 208.62º 0.53% 0.4% -
HSV(B) 208.62º 0.69% 0.62% -
XYZ 12.36 13.17 33.79 -
YUV 93.89 163.62 95.27 -
System Red Green Blue C M Y K H S L
Decimal 48 105 157 0.69 0.33 0 0.38 208.62 0.53 0.4
Hex 30 69 9D 45 21 0 26 D1 35 28
Octal 60 151 235 105 41 0 46 321 65 50
Binary 110000 1101001 10011101 1000101 100001 0 100110 11010001 110101 101000

Color Harmonies of #30699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30699D

Black with #30699D

Text Example


Text Example

White with #30699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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