Html Css Color HEX #306DAA Lochmara

📋 copy color: '#306DAA'

red 48 ◦ green 109 ◦ blue 170

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

Shades of Lochmara #306DAA

Tints of Lochmara #306DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.99%

R = 14.68%
G = 33.33%
B = 51.99%

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

#306DAA (or 0x306DAA) is known color: Lochmara. HEX triplet: 30, 6D and AA. RGB value is (48,109,170). Sum of RGB (Red+Green+Blue) = 48+109+170=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #306DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306DAA is #CF9255. Grayscale: #616161. Windows color (decimal): -13603414 or 11169072. OLE color: 11169072.

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

Color convert

RGB 48 109 170 -
CMYK 0.72 0.36 0 0.33
HSL 210º 0.56% 0.43% -
HSV(B) 210º 0.72% 0.67% -
XYZ 13.94 14.47 40.09 -
YUV 97.72 168.79 92.54 -
System Red Green Blue C M Y K H S L
Decimal 48 109 170 0.72 0.36 0 0.33 210 0.56 0.43
Hex 30 6D AA 48 24 0 21 D2 38 2B
Octal 60 155 252 110 44 0 41 322 70 53
Binary 110000 1101101 10101010 1001000 100100 0 100001 11010010 111000 101011

Color Harmonies of #306DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306DAA

Black with #306DAA

Text Example


Text Example

White with #306DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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