Html Css Color HEX #30649D Lochmara

📋 copy color: '#30649D'

red 48 ◦ green 100 ◦ blue 157

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

Shades of Lochmara #30649D

Tints of Lochmara #30649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.79%

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

R = 15.74%
G = 32.79%
B = 51.48%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30649D (or 0x30649D) is known color: Lochmara. HEX triplet: 30, 64 and 9D. RGB value is (48,100,157). Sum of RGB (Red+Green+Blue) = 48+100+157=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #30649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30649D is #CF9B62. Grayscale: #5A5A5A. Windows color (decimal): -13605731 or 10314800. OLE color: 10314800.

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

Color convert

RGB 48 100 157 -
CMYK 0.69 0.36 0 0.38
HSL 211.38º 0.53% 0.4% -
HSV(B) 211.38º 0.69% 0.62% -
XYZ 11.86 12.18 33.62 -
YUV 90.95 165.27 97.37 -
System Red Green Blue C M Y K H S L
Decimal 48 100 157 0.69 0.36 0 0.38 211.38 0.53 0.4
Hex 30 64 9D 45 24 0 26 D3 35 28
Octal 60 144 235 105 44 0 46 323 65 50
Binary 110000 1100100 10011101 1000101 100100 0 100110 11010011 110101 101000

Color Harmonies of #30649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30649D

Black with #30649D

Text Example


Text Example

White with #30649D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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