Html Css Color HEX #306497 Lochmara

📋 copy color: '#306497'

red 48 ◦ green 100 ◦ blue 151

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

Shades of Lochmara #306497

Tints of Lochmara #306497

RGB

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

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

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

R = 16.05%
G = 33.44%
B = 50.5%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#306497 (or 0x306497) is known color: Lochmara. HEX triplet: 30, 64 and 97. RGB value is (48,100,151). Sum of RGB (Red+Green+Blue) = 48+100+151=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #306497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306497 is #CF9B68. Grayscale: #5A5A5A. Windows color (decimal): -13605737 or 9921584. OLE color: 9921584.

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

Color convert

RGB 48 100 151 -
CMYK 0.68 0.34 0 0.41
HSL 209.71º 0.52% 0.39% -
HSV(B) 209.71º 0.68% 0.59% -
XYZ 11.36 11.98 30.99 -
YUV 90.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 48 100 151 0.68 0.34 0 0.41 209.71 0.52 0.39
Hex 30 64 97 44 22 0 29 D2 34 27
Octal 60 144 227 104 42 0 51 322 64 47
Binary 110000 1100100 10010111 1000100 100010 0 101001 11010010 110100 100111

Color Harmonies of #306497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306497

Black with #306497

Text Example


Text Example

White with #306497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306497; }

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

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

background-color css

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

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

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

border-color css

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

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

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