Html Css Color HEX #30749A Lochmara

📋 copy color: '#30749A'

red 48 ◦ green 116 ◦ blue 154

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

Shades of Lochmara #30749A

Tints of Lochmara #30749A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.43%

R = 15.09%
G = 36.48%
B = 48.43%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#30749A (or 0x30749A) is known color: Lochmara. HEX triplet: 30, 74 and 9A. RGB value is (48,116,154). Sum of RGB (Red+Green+Blue) = 48+116+154=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #30749A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30749A is #CF8B65. Grayscale: #636363. Windows color (decimal): -13601638 or 10122288. OLE color: 10122288.

HSL color Cylindrical-coordinate representation of color #30749A: hue angle of 201.51º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30749A is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 116 154 -
CMYK 0.69 0.25 0 0.40
HSL 201.51º 0.52% 0.4% -
HSV(B) 201.51º 0.69% 0.6% -
XYZ 13.3 15.45 32.85 -
YUV 100 158.47 90.91 -
System Red Green Blue C M Y K H S L
Decimal 48 116 154 0.69 0.25 0 0.40 201.51 0.52 0.4
Hex 30 74 9A 45 19 0 28 CA 34 28
Octal 60 164 232 105 31 0 50 312 64 50
Binary 110000 1110100 10011010 1000101 11001 0 101000 11001010 110100 101000

Color Harmonies of #30749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30749A

Black with #30749A

Text Example


Text Example

White with #30749A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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