Html Css Color HEX #306495 Lochmara

📋 copy color: '#306495'

red 48 ◦ green 100 ◦ blue 149

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

Shades of Lochmara #306495

Tints of Lochmara #306495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

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

R = 16.16%
G = 33.67%
B = 50.17%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#306495 (or 0x306495) is known color: Lochmara. HEX triplet: 30, 64 and 95. RGB value is (48,100,149). Sum of RGB (Red+Green+Blue) = 48+100+149=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #306495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306495 is #CF9B6A. Grayscale: #595959. Windows color (decimal): -13605739 or 9790512. OLE color: 9790512.

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

Color convert

RGB 48 100 149 -
CMYK 0.68 0.33 0 0.42
HSL 209.11º 0.51% 0.39% -
HSV(B) 209.11º 0.68% 0.58% -
XYZ 11.2 11.91 30.14 -
YUV 90.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 48 100 149 0.68 0.33 0 0.42 209.11 0.51 0.39
Hex 30 64 95 44 21 0 2A D1 33 27
Octal 60 144 225 104 41 0 52 321 63 47
Binary 110000 1100100 10010101 1000100 100001 0 101010 11010001 110011 100111

Color Harmonies of #306495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306495

Black with #306495

Text Example


Text Example

White with #306495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306495; }

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

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

background-color css

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

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

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

border-color css

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

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

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