Html Css Color HEX #306CB9 Lochmara

📋 copy color: '#306CB9'

red 48 ◦ green 108 ◦ blue 185

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

Shades of Lochmara #306CB9

Tints of Lochmara #306CB9

RGB

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

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

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

R = 14.08%
G = 31.67%
B = 54.25%

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

#306CB9 (or 0x306CB9) is known color: Lochmara. HEX triplet: 30, 6C and B9. RGB value is (48,108,185). Sum of RGB (Red+Green+Blue) = 48+108+185=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 185 (72.66% from 255 or 54.25% from 341); Max value from RGB is 185 - color contains mainly: blue. Hex color #306CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CB9 is #CF9346. Grayscale: #626262. Windows color (decimal): -13603655 or 12151856. OLE color: 12151856.

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

Color convert

RGB 48 108 185 -
CMYK 0.74 0.42 0 0.27
HSL 213.72º 0.59% 0.46% -
HSV(B) 213.72º 0.74% 0.73% -
XYZ 15.34 14.86 47.96 -
YUV 98.84 176.62 91.74 -
System Red Green Blue C M Y K H S L
Decimal 48 108 185 0.74 0.42 0 0.27 213.72 0.59 0.46
Hex 30 6C B9 4A 2A 0 1B D6 3B 2E
Octal 60 154 271 112 52 0 33 326 73 56
Binary 110000 1101100 10111001 1001010 101010 0 11011 11010110 111011 101110

Color Harmonies of #306CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CB9

Black with #306CB9

Text Example


Text Example

White with #306CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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