Html Css Color HEX #306AB9 Lochmara

📋 copy color: '#306AB9'

red 48 ◦ green 106 ◦ blue 185

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

Shades of Lochmara #306AB9

Tints of Lochmara #306AB9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.27%

 BLUE value IS 185 (72.66% from 255) = 54.57%

R = 14.16%
G = 31.27%
B = 54.57%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#306AB9 (or 0x306AB9) is known color: Lochmara. HEX triplet: 30, 6A and B9. RGB value is (48,106,185). Sum of RGB (Red+Green+Blue) = 48+106+185=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 185 (72.66% from 255 or 54.57% from 339); Max value from RGB is 185 - color contains mainly: blue. Hex color #306AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306AB9 is #CF9546. Grayscale: #616161. Windows color (decimal): -13604167 or 12151344. OLE color: 12151344.

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

Color convert

RGB 48 106 185 -
CMYK 0.74 0.43 0 0.27
HSL 214.6º 0.59% 0.46% -
HSV(B) 214.6º 0.74% 0.73% -
XYZ 15.13 14.44 47.89 -
YUV 97.66 177.28 92.58 -
System Red Green Blue C M Y K H S L
Decimal 48 106 185 0.74 0.43 0 0.27 214.6 0.59 0.46
Hex 30 6A B9 4A 2B 0 1B D7 3B 2E
Octal 60 152 271 112 53 0 33 327 73 56
Binary 110000 1101010 10111001 1001010 101011 0 11011 11010111 111011 101110

Color Harmonies of #306AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306AB9

Black with #306AB9

Text Example


Text Example

White with #306AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,106,185); }

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

background-color css

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

 a { background-color: rgb(48,106,185); }

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

border-color css

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

 span { border-color: rgb(48,106,185); }

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