Html Css Color HEX #306BAD Lochmara

📋 copy color: '#306BAD'

red 48 ◦ green 107 ◦ blue 173

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

Shades of Lochmara #306BAD

Tints of Lochmara #306BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.74%

R = 14.63%
G = 32.62%
B = 52.74%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#306BAD (or 0x306BAD) is known color: Lochmara. HEX triplet: 30, 6B and AD. RGB value is (48,107,173). Sum of RGB (Red+Green+Blue) = 48+107+173=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #306BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306BAD is #CF9452. Grayscale: #606060. Windows color (decimal): -13603923 or 11365168. OLE color: 11365168.

HSL color Cylindrical-coordinate representation of color #306BAD: hue angle of 211.68º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #306BAD is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 107 173 -
CMYK 0.72 0.38 0 0.32
HSL 211.68º 0.57% 0.43% -
HSV(B) 211.68º 0.72% 0.68% -
XYZ 14.02 14.16 41.53 -
YUV 96.88 170.95 93.13 -
System Red Green Blue C M Y K H S L
Decimal 48 107 173 0.72 0.38 0 0.32 211.68 0.57 0.43
Hex 30 6B AD 48 26 0 20 D4 39 2B
Octal 60 153 255 110 46 0 40 324 71 53
Binary 110000 1101011 10101101 1001000 100110 0 100000 11010100 111001 101011

Color Harmonies of #306BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BAD

Black with #306BAD

Text Example


Text Example

White with #306BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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