Html Css Color HEX #30749B Lochmara

📋 copy color: '#30749B'

red 48 ◦ green 116 ◦ blue 155

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

Shades of Lochmara #30749B

Tints of Lochmara #30749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.36%

 BLUE value IS 155 (60.94% from 255) = 48.59%

R = 15.05%
G = 36.36%
B = 48.59%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30749B (or 0x30749B) is known color: Lochmara. HEX triplet: 30, 74 and 9B. RGB value is (48,116,155). Sum of RGB (Red+Green+Blue) = 48+116+155=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #30749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30749B is #CF8B64. Grayscale: #636363. Windows color (decimal): -13601637 or 10187824. OLE color: 10187824.

HSL color Cylindrical-coordinate representation of color #30749B: hue angle of 201.87º 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 #30749B is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 116 155 -
CMYK 0.69 0.25 0 0.39
HSL 201.87º 0.53% 0.4% -
HSV(B) 201.87º 0.69% 0.61% -
XYZ 13.38 15.49 33.29 -
YUV 100.11 158.97 90.83 -
System Red Green Blue C M Y K H S L
Decimal 48 116 155 0.69 0.25 0 0.39 201.87 0.53 0.4
Hex 30 74 9B 45 19 0 27 CA 35 28
Octal 60 164 233 105 31 0 47 312 65 50
Binary 110000 1110100 10011011 1000101 11001 0 100111 11001010 110101 101000

Color Harmonies of #30749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30749B

Black with #30749B

Text Example


Text Example

White with #30749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30749B; }

 p { color: rgb(48,116,155); }

 H1.HeaderClassName
 {
   color: #30749B;
 }
 .AnyTagClassName
 {
   color: #30749B;
 }
</style>

background-color css

<style>
 a { background-color: #30749B; }

 a { background-color: rgb(48,116,155); }

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

border-color css

<style>
 span { border-color: #30749B; }

 span { border-color: rgb(48,116,155); }

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