Html Css Color HEX #306997 Lochmara

📋 copy color: '#306997'

red 48 ◦ green 105 ◦ blue 151

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

Shades of Lochmara #306997

Tints of Lochmara #306997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.54%

 BLUE value IS 151 (59.38% from 255) = 49.67%

R = 15.79%
G = 34.54%
B = 49.67%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#306997 (or 0x306997) is known color: Lochmara. HEX triplet: 30, 69 and 97. RGB value is (48,105,151). Sum of RGB (Red+Green+Blue) = 48+105+151=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #306997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306997 is #CF9668. Grayscale: #5C5C5C. Windows color (decimal): -13604457 or 9922864. OLE color: 9922864.

HSL color Cylindrical-coordinate representation of color #306997: hue angle of 206.8º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #306997 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 105 151 -
CMYK 0.68 0.30 0 0.41
HSL 206.8º 0.52% 0.39% -
HSV(B) 206.8º 0.68% 0.59% -
XYZ 11.86 12.97 31.16 -
YUV 93.2 160.62 95.76 -
System Red Green Blue C M Y K H S L
Decimal 48 105 151 0.68 0.30 0 0.41 206.8 0.52 0.39
Hex 30 69 97 44 1E 0 29 CF 34 27
Octal 60 151 227 104 36 0 51 317 64 47
Binary 110000 1101001 10010111 1000100 11110 0 101001 11001111 110100 100111

Color Harmonies of #306997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306997

Black with #306997

Text Example


Text Example

White with #306997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306997; }

 p { color: rgb(48,105,151); }

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

background-color css

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

 a { background-color: rgb(48,105,151); }

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

border-color css

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

 span { border-color: rgb(48,105,151); }

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