Html Css Color HEX #306899 Lochmara

📋 copy color: '#306899'

red 48 ◦ green 104 ◦ blue 153

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

Shades of Lochmara #306899

Tints of Lochmara #306899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.1%

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

R = 15.74%
G = 34.1%
B = 50.16%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#306899 (or 0x306899) is known color: Lochmara. HEX triplet: 30, 68 and 99. RGB value is (48,104,153). Sum of RGB (Red+Green+Blue) = 48+104+153=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #306899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306899 is #CF9766. Grayscale: #5C5C5C. Windows color (decimal): -13604711 or 10053680. OLE color: 10053680.

HSL color Cylindrical-coordinate representation of color #306899: hue angle of 208º 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 #306899 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 104 153 -
CMYK 0.69 0.32 0 0.4
HSL 208º 0.52% 0.39% -
HSV(B) 208º 0.69% 0.6% -
XYZ 11.92 12.83 31.99 -
YUV 92.84 161.95 96.02 -
System Red Green Blue C M Y K H S L
Decimal 48 104 153 0.69 0.32 0 0.4 208 0.52 0.39
Hex 30 68 99 45 20 0 28 D0 34 27
Octal 60 150 231 105 40 0 50 320 64 47
Binary 110000 1101000 10011001 1000101 100000 0 101000 11010000 110100 100111

Color Harmonies of #306899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306899

Black with #306899

Text Example


Text Example

White with #306899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306899; }

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

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

background-color css

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

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

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

border-color css

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

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

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