Html Css Color HEX #306DBB Lochmara

📋 copy color: '#306DBB'

red 48 ◦ green 109 ◦ blue 187

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

Shades of Lochmara #306DBB

Tints of Lochmara #306DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.36%

R = 13.95%
G = 31.69%
B = 54.36%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#306DBB (or 0x306DBB) is known color: Lochmara. HEX triplet: 30, 6D and BB. RGB value is (48,109,187). Sum of RGB (Red+Green+Blue) = 48+109+187=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #306DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306DBB is #CF9244. Grayscale: #636363. Windows color (decimal): -13603397 or 12283184. OLE color: 12283184.

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

Color convert

RGB 48 109 187 -
CMYK 0.74 0.42 0 0.27
HSL 213.67º 0.59% 0.46% -
HSV(B) 213.67º 0.74% 0.73% -
XYZ 15.66 15.15 49.11 -
YUV 99.65 177.29 91.16 -
System Red Green Blue C M Y K H S L
Decimal 48 109 187 0.74 0.42 0 0.27 213.67 0.59 0.46
Hex 30 6D BB 4A 2A 0 1B D6 3B 2E
Octal 60 155 273 112 52 0 33 326 73 56
Binary 110000 1101101 10111011 1001010 101010 0 11011 11010110 111011 101110

Color Harmonies of #306DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306DBB

Black with #306DBB

Text Example


Text Example

White with #306DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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