Html Css Color HEX #306799 Lochmara

📋 copy color: '#306799'

red 48 ◦ green 103 ◦ blue 153

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

Shades of Lochmara #306799

Tints of Lochmara #306799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.88%

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

R = 15.79%
G = 33.88%
B = 50.33%

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

#306799 (or 0x306799) is known color: Lochmara. HEX triplet: 30, 67 and 99. RGB value is (48,103,153). Sum of RGB (Red+Green+Blue) = 48+103+153=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #306799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306799 is #CF9866. Grayscale: #5B5B5B. Windows color (decimal): -13604967 or 10053424. OLE color: 10053424.

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

Color convert

RGB 48 103 153 -
CMYK 0.69 0.33 0 0.4
HSL 208.57º 0.52% 0.39% -
HSV(B) 208.57º 0.69% 0.6% -
XYZ 11.82 12.63 31.95 -
YUV 92.26 162.28 96.43 -
System Red Green Blue C M Y K H S L
Decimal 48 103 153 0.69 0.33 0 0.4 208.57 0.52 0.39
Hex 30 67 99 45 21 0 28 D1 34 27
Octal 60 147 231 105 41 0 50 321 64 47
Binary 110000 1100111 10011001 1000101 100001 0 101000 11010001 110100 100111

Color Harmonies of #306799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306799

Black with #306799

Text Example


Text Example

White with #306799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306799; }

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

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

background-color css

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

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

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

border-color css

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

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

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