Html Css Color HEX #306199 Lochmara

📋 copy color: '#306199'

red 48 ◦ green 97 ◦ blue 153

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

Shades of Lochmara #306199

Tints of Lochmara #306199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.55%

 BLUE value IS 153 (60.16% from 255) = 51.34%

R = 16.11%
G = 32.55%
B = 51.34%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#306199 (or 0x306199) is known color: Lochmara. HEX triplet: 30, 61 and 99. RGB value is (48,97,153). Sum of RGB (Red+Green+Blue) = 48+97+153=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #306199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306199 is #CF9E66. Grayscale: #585858. Windows color (decimal): -13606503 or 10051888. OLE color: 10051888.

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

Color convert

RGB 48 97 153 -
CMYK 0.69 0.37 0 0.4
HSL 212º 0.52% 0.39% -
HSV(B) 212º 0.69% 0.6% -
XYZ 11.24 11.48 31.76 -
YUV 88.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 48 97 153 0.69 0.37 0 0.4 212 0.52 0.39
Hex 30 61 99 45 25 0 28 D4 34 27
Octal 60 141 231 105 45 0 50 324 64 47
Binary 110000 1100001 10011001 1000101 100101 0 101000 11010100 110100 100111

Color Harmonies of #306199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306199

Black with #306199

Text Example


Text Example

White with #306199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306199; }

 p { color: rgb(48,97,153); }

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

background-color css

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

 a { background-color: rgb(48,97,153); }

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

border-color css

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

 span { border-color: rgb(48,97,153); }

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