Html Css Color HEX #30749C Lochmara

📋 copy color: '#30749C'

red 48 ◦ green 116 ◦ blue 156

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

Shades of Lochmara #30749C

Tints of Lochmara #30749C

RGB

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

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

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

R = 15%
G = 36.25%
B = 48.75%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30749C (or 0x30749C) is known color: Lochmara. HEX triplet: 30, 74 and 9C. RGB value is (48,116,156). Sum of RGB (Red+Green+Blue) = 48+116+156=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #30749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30749C is #CF8B63. Grayscale: #646464. Windows color (decimal): -13601636 or 10253360. OLE color: 10253360.

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

Color convert

RGB 48 116 156 -
CMYK 0.69 0.26 0 0.39
HSL 202.22º 0.53% 0.4% -
HSV(B) 202.22º 0.69% 0.61% -
XYZ 13.47 15.52 33.74 -
YUV 100.23 159.47 90.75 -
System Red Green Blue C M Y K H S L
Decimal 48 116 156 0.69 0.26 0 0.39 202.22 0.53 0.4
Hex 30 74 9C 45 1A 0 27 CA 35 28
Octal 60 164 234 105 32 0 47 312 65 50
Binary 110000 1110100 10011100 1000101 11010 0 100111 11001010 110101 101000

Color Harmonies of #30749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30749C

Black with #30749C

Text Example


Text Example

White with #30749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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