Html Css Color HEX #306699 Lochmara

📋 copy color: '#306699'

red 48 ◦ green 102 ◦ blue 153

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

Shades of Lochmara #306699

Tints of Lochmara #306699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

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

R = 15.84%
G = 33.66%
B = 50.5%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#306699 (or 0x306699) is known color: Lochmara. HEX triplet: 30, 66 and 99. RGB value is (48,102,153). Sum of RGB (Red+Green+Blue) = 48+102+153=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #306699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306699 is #CF9966. Grayscale: #5B5B5B. Windows color (decimal): -13605223 or 10053168. OLE color: 10053168.

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

Color convert

RGB 48 102 153 -
CMYK 0.69 0.33 0 0.4
HSL 209.14º 0.52% 0.39% -
HSV(B) 209.14º 0.69% 0.6% -
XYZ 11.72 12.43 31.92 -
YUV 91.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 48 102 153 0.69 0.33 0 0.4 209.14 0.52 0.39
Hex 30 66 99 45 21 0 28 D1 34 27
Octal 60 146 231 105 41 0 50 321 64 47
Binary 110000 1100110 10011001 1000101 100001 0 101000 11010001 110100 100111

Color Harmonies of #306699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306699

Black with #306699

Text Example


Text Example

White with #306699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306699; }

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

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

background-color css

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

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

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

border-color css

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

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

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