Html Css Color HEX #306995 Lochmara

📋 copy color: '#306995'

red 48 ◦ green 105 ◦ blue 149

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

Shades of Lochmara #306995

Tints of Lochmara #306995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.34%

R = 15.89%
G = 34.77%
B = 49.34%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#306995 (or 0x306995) is known color: Lochmara. HEX triplet: 30, 69 and 95. RGB value is (48,105,149). Sum of RGB (Red+Green+Blue) = 48+105+149=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #306995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306995 is #CF966A. Grayscale: #5C5C5C. Windows color (decimal): -13604459 or 9791792. OLE color: 9791792.

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

Color convert

RGB 48 105 149 -
CMYK 0.68 0.30 0 0.42
HSL 206.14º 0.51% 0.39% -
HSV(B) 206.14º 0.68% 0.58% -
XYZ 11.7 12.9 30.31 -
YUV 92.97 159.62 95.92 -
System Red Green Blue C M Y K H S L
Decimal 48 105 149 0.68 0.30 0 0.42 206.14 0.51 0.39
Hex 30 69 95 44 1E 0 2A CE 33 27
Octal 60 151 225 104 36 0 52 316 63 47
Binary 110000 1101001 10010101 1000100 11110 0 101010 11001110 110011 100111

Color Harmonies of #306995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306995

Black with #306995

Text Example


Text Example

White with #306995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306995; }

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

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

background-color css

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

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

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

border-color css

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

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

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