Html Css Color HEX #306BAB Lochmara

📋 copy color: '#306BAB'

red 48 ◦ green 107 ◦ blue 171

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

Shades of Lochmara #306BAB

Tints of Lochmara #306BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.45%

R = 14.72%
G = 32.82%
B = 52.45%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#306BAB (or 0x306BAB) is known color: Lochmara. HEX triplet: 30, 6B and AB. RGB value is (48,107,171). Sum of RGB (Red+Green+Blue) = 48+107+171=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #306BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306BAB is #CF9454. Grayscale: #606060. Windows color (decimal): -13603925 or 11234096. OLE color: 11234096.

HSL color Cylindrical-coordinate representation of color #306BAB: hue angle of 211.22º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #306BAB is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 107 171 -
CMYK 0.72 0.37 0 0.33
HSL 211.22º 0.56% 0.43% -
HSV(B) 211.22º 0.72% 0.67% -
XYZ 13.83 14.08 40.52 -
YUV 96.66 169.95 93.3 -
System Red Green Blue C M Y K H S L
Decimal 48 107 171 0.72 0.37 0 0.33 211.22 0.56 0.43
Hex 30 6B AB 48 25 0 21 D3 38 2B
Octal 60 153 253 110 45 0 41 323 70 53
Binary 110000 1101011 10101011 1001000 100101 0 100001 11010011 111000 101011

Color Harmonies of #306BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BAB

Black with #306BAB

Text Example


Text Example

White with #306BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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