Html Css Color HEX #306CBB Lochmara

📋 copy color: '#306CBB'

red 48 ◦ green 108 ◦ blue 187

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

Shades of Lochmara #306CBB

Tints of Lochmara #306CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.49%

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

R = 13.99%
G = 31.49%
B = 54.52%

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

#306CBB (or 0x306CBB) is known color: Lochmara. HEX triplet: 30, 6C and BB. RGB value is (48,108,187). Sum of RGB (Red+Green+Blue) = 48+108+187=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #306CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CBB is #CF9344. Grayscale: #626262. Windows color (decimal): -13603653 or 12282928. OLE color: 12282928.

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

Color convert

RGB 48 108 187 -
CMYK 0.74 0.42 0 0.27
HSL 214.1º 0.59% 0.46% -
HSV(B) 214.1º 0.74% 0.73% -
XYZ 15.55 14.94 49.08 -
YUV 99.07 177.62 91.58 -
System Red Green Blue C M Y K H S L
Decimal 48 108 187 0.74 0.42 0 0.27 214.1 0.59 0.46
Hex 30 6C BB 4A 2A 0 1B D6 3B 2E
Octal 60 154 273 112 52 0 33 326 73 56
Binary 110000 1101100 10111011 1001010 101010 0 11011 11010110 111011 101110

Color Harmonies of #306CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CBB

Black with #306CBB

Text Example


Text Example

White with #306CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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