Html Css Color HEX #306DB9 Lochmara

📋 copy color: '#306DB9'

red 48 ◦ green 109 ◦ blue 185

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

Shades of Lochmara #306DB9

Tints of Lochmara #306DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 54.09%

R = 14.04%
G = 31.87%
B = 54.09%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#306DB9 (or 0x306DB9) is known color: Lochmara. HEX triplet: 30, 6D and B9. RGB value is (48,109,185). Sum of RGB (Red+Green+Blue) = 48+109+185=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #306DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306DB9 is #CF9246. Grayscale: #636363. Windows color (decimal): -13603399 or 12152112. OLE color: 12152112.

HSL color Cylindrical-coordinate representation of color #306DB9: hue angle of 213.28º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #306DB9 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 109 185 -
CMYK 0.74 0.41 0 0.27
HSL 213.28º 0.59% 0.46% -
HSV(B) 213.28º 0.74% 0.73% -
XYZ 15.44 15.07 47.99 -
YUV 99.43 176.29 91.32 -
System Red Green Blue C M Y K H S L
Decimal 48 109 185 0.74 0.41 0 0.27 213.28 0.59 0.46
Hex 30 6D B9 4A 29 0 1B D5 3B 2E
Octal 60 155 271 112 51 0 33 325 73 56
Binary 110000 1101101 10111001 1001010 101001 0 11011 11010101 111011 101110

Color Harmonies of #306DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306DB9

Black with #306DB9

Text Example


Text Example

White with #306DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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