Html Css Color HEX #306BBA Lochmara

📋 copy color: '#306BBA'

red 48 ◦ green 107 ◦ blue 186

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

Shades of Lochmara #306BBA

Tints of Lochmara #306BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.55%

R = 14.08%
G = 31.38%
B = 54.55%

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

#306BBA (or 0x306BBA) is known color: Lochmara. HEX triplet: 30, 6B and BA. RGB value is (48,107,186). Sum of RGB (Red+Green+Blue) = 48+107+186=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #306BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306BBA is #CF9445. Grayscale: #616161. Windows color (decimal): -13603910 or 12217136. OLE color: 12217136.

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

Color convert

RGB 48 107 186 -
CMYK 0.74 0.42 0 0.27
HSL 214.35º 0.59% 0.46% -
HSV(B) 214.35º 0.74% 0.73% -
XYZ 15.34 14.69 48.48 -
YUV 98.37 177.45 92.08 -
System Red Green Blue C M Y K H S L
Decimal 48 107 186 0.74 0.42 0 0.27 214.35 0.59 0.46
Hex 30 6B BA 4A 2A 0 1B D6 3B 2E
Octal 60 153 272 112 52 0 33 326 73 56
Binary 110000 1101011 10111010 1001010 101010 0 11011 11010110 111011 101110

Color Harmonies of #306BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BBA

Black with #306BBA

Text Example


Text Example

White with #306BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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