Html Css Color HEX #306D95 Lochmara

📋 copy color: '#306D95'

red 48 ◦ green 109 ◦ blue 149

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

Shades of Lochmara #306D95

Tints of Lochmara #306D95

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.62%

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

R = 15.69%
G = 35.62%
B = 48.69%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#306D95 (or 0x306D95) is known color: Lochmara. HEX triplet: 30, 6D and 95. RGB value is (48,109,149). Sum of RGB (Red+Green+Blue) = 48+109+149=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #306D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306D95 is #CF926A. Grayscale: #5F5F5F. Windows color (decimal): -13603435 or 9792816. OLE color: 9792816.

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

Color convert

RGB 48 109 149 -
CMYK 0.68 0.27 0 0.42
HSL 203.76º 0.51% 0.39% -
HSV(B) 203.76º 0.68% 0.58% -
XYZ 12.11 13.74 30.45 -
YUV 95.32 158.29 94.25 -
System Red Green Blue C M Y K H S L
Decimal 48 109 149 0.68 0.27 0 0.42 203.76 0.51 0.39
Hex 30 6D 95 44 1B 0 2A CC 33 27
Octal 60 155 225 104 33 0 52 314 63 47
Binary 110000 1101101 10010101 1000100 11011 0 101010 11001100 110011 100111

Color Harmonies of #306D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D95

Black with #306D95

Text Example


Text Example

White with #306D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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