Html Css Color HEX #306BB3 Lochmara

📋 copy color: '#306BB3'

red 48 ◦ green 107 ◦ blue 179

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

Shades of Lochmara #306BB3

Tints of Lochmara #306BB3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.04%

 BLUE value IS 179 (70.31% from 255) = 53.59%

R = 14.37%
G = 32.04%
B = 53.59%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#306BB3 (or 0x306BB3) is known color: Lochmara. HEX triplet: 30, 6B and B3. RGB value is (48,107,179). Sum of RGB (Red+Green+Blue) = 48+107+179=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #306BB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306BB3 is #CF944C. Grayscale: #616161. Windows color (decimal): -13603917 or 11758384. OLE color: 11758384.

HSL color Cylindrical-coordinate representation of color #306BB3: hue angle of 212.98º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #306BB3 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 107 179 -
CMYK 0.73 0.40 0 0.30
HSL 212.98º 0.58% 0.45% -
HSV(B) 212.98º 0.73% 0.7% -
XYZ 14.61 14.4 44.66 -
YUV 97.57 173.95 92.65 -
System Red Green Blue C M Y K H S L
Decimal 48 107 179 0.73 0.40 0 0.30 212.98 0.58 0.45
Hex 30 6B B3 49 28 0 1E D5 3A 2D
Octal 60 153 263 111 50 0 36 325 72 55
Binary 110000 1101011 10110011 1001001 101000 0 11110 11010101 111010 101101

Color Harmonies of #306BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BB3

Black with #306BB3

Text Example


Text Example

White with #306BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,107,179); }

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

background-color css

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

 a { background-color: rgb(48,107,179); }

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

border-color css

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

 span { border-color: rgb(48,107,179); }

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