Html Css Color HEX #306DBC Lochmara

📋 copy color: '#306DBC'

red 48 ◦ green 109 ◦ blue 188

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

Shades of Lochmara #306DBC

Tints of Lochmara #306DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.49%

R = 13.91%
G = 31.59%
B = 54.49%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#306DBC (or 0x306DBC) is known color: Lochmara. HEX triplet: 30, 6D and BC. RGB value is (48,109,188). Sum of RGB (Red+Green+Blue) = 48+109+188=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #306DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306DBC is #CF9243. Grayscale: #636363. Windows color (decimal): -13603396 or 12348720. OLE color: 12348720.

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

Color convert

RGB 48 109 188 -
CMYK 0.74 0.42 0 0.26
HSL 213.86º 0.59% 0.46% -
HSV(B) 213.86º 0.74% 0.74% -
XYZ 15.76 15.2 49.68 -
YUV 99.77 177.79 91.08 -
System Red Green Blue C M Y K H S L
Decimal 48 109 188 0.74 0.42 0 0.26 213.86 0.59 0.46
Hex 30 6D BC 4A 2A 0 1A D6 3B 2E
Octal 60 155 274 112 52 0 32 326 73 56
Binary 110000 1101101 10111100 1001010 101010 0 11010 11010110 111011 101110

Color Harmonies of #306DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306DBC

Black with #306DBC

Text Example


Text Example

White with #306DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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