Html Css Color HEX #306595 Lochmara

📋 copy color: '#306595'

red 48 ◦ green 101 ◦ blue 149

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

Shades of Lochmara #306595

Tints of Lochmara #306595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.89%

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

R = 16.11%
G = 33.89%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#306595 (or 0x306595) is known color: Lochmara. HEX triplet: 30, 65 and 95. RGB value is (48,101,149). Sum of RGB (Red+Green+Blue) = 48+101+149=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #306595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306595 is #CF9A6A. Grayscale: #5A5A5A. Windows color (decimal): -13605483 or 9790768. OLE color: 9790768.

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

Color convert

RGB 48 101 149 -
CMYK 0.68 0.32 0 0.42
HSL 208.51º 0.51% 0.39% -
HSV(B) 208.51º 0.68% 0.58% -
XYZ 11.3 12.11 30.17 -
YUV 90.63 160.94 97.6 -
System Red Green Blue C M Y K H S L
Decimal 48 101 149 0.68 0.32 0 0.42 208.51 0.51 0.39
Hex 30 65 95 44 20 0 2A D1 33 27
Octal 60 145 225 104 40 0 52 321 63 47
Binary 110000 1100101 10010101 1000100 100000 0 101010 11010001 110011 100111

Color Harmonies of #306595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306595

Black with #306595

Text Example


Text Example

White with #306595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306595; }

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

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

background-color css

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

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

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

border-color css

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

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

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