Html Css Color HEX #306DAB Lochmara

📋 copy color: '#306DAB'

red 48 ◦ green 109 ◦ blue 171

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

Shades of Lochmara #306DAB

Tints of Lochmara #306DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.23%

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

R = 14.63%
G = 33.23%
B = 52.13%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#306DAB (or 0x306DAB) is known color: Lochmara. HEX triplet: 30, 6D and AB. RGB value is (48,109,171). Sum of RGB (Red+Green+Blue) = 48+109+171=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #306DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306DAB is #CF9254. Grayscale: #616161. Windows color (decimal): -13603413 or 11234608. OLE color: 11234608.

HSL color Cylindrical-coordinate representation of color #306DAB: hue angle of 210.24º 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 #306DAB is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 109 171 -
CMYK 0.72 0.36 0 0.33
HSL 210.24º 0.56% 0.43% -
HSV(B) 210.24º 0.72% 0.67% -
XYZ 14.04 14.51 40.59 -
YUV 97.83 169.29 92.46 -
System Red Green Blue C M Y K H S L
Decimal 48 109 171 0.72 0.36 0 0.33 210.24 0.56 0.43
Hex 30 6D AB 48 24 0 21 D2 38 2B
Octal 60 155 253 110 44 0 41 322 70 53
Binary 110000 1101101 10101011 1001000 100100 0 100001 11010010 111000 101011

Color Harmonies of #306DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306DAB

Black with #306DAB

Text Example


Text Example

White with #306DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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