Html Css Color HEX #306FB4 Lochmara

📋 copy color: '#306FB4'

red 48 ◦ green 111 ◦ blue 180

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

Shades of Lochmara #306FB4

Tints of Lochmara #306FB4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.74%

 BLUE value IS 180 (70.7% from 255) = 53.1%

R = 14.16%
G = 32.74%
B = 53.1%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#306FB4 (or 0x306FB4) is known color: Lochmara. HEX triplet: 30, 6F and B4. RGB value is (48,111,180). Sum of RGB (Red+Green+Blue) = 48+111+180=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #306FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FB4 is #CF904B. Grayscale: #636363. Windows color (decimal): -13602892 or 11824944. OLE color: 11824944.

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

Color convert

RGB 48 111 180 -
CMYK 0.73 0.38 0 0.29
HSL 211.36º 0.58% 0.45% -
HSV(B) 211.36º 0.73% 0.71% -
XYZ 15.14 15.29 45.33 -
YUV 100.03 173.13 90.89 -
System Red Green Blue C M Y K H S L
Decimal 48 111 180 0.73 0.38 0 0.29 211.36 0.58 0.45
Hex 30 6F B4 49 26 0 1D D3 3A 2D
Octal 60 157 264 111 46 0 35 323 72 55
Binary 110000 1101111 10110100 1001001 100110 0 11101 11010011 111010 101101

Color Harmonies of #306FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306FB4

Black with #306FB4

Text Example


Text Example

White with #306FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,111,180); }

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

background-color css

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

 a { background-color: rgb(48,111,180); }

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

border-color css

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

 span { border-color: rgb(48,111,180); }

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