Html Css Color HEX #306BAA Lochmara

📋 copy color: '#306BAA'

red 48 ◦ green 107 ◦ blue 170

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

Shades of Lochmara #306BAA

Tints of Lochmara #306BAA

RGB

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

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

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

R = 14.77%
G = 32.92%
B = 52.31%

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

#306BAA (or 0x306BAA) is known color: Lochmara. HEX triplet: 30, 6B and AA. RGB value is (48,107,170). Sum of RGB (Red+Green+Blue) = 48+107+170=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #306BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306BAA is #CF9455. Grayscale: #606060. Windows color (decimal): -13603926 or 11168560. OLE color: 11168560.

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

Color convert

RGB 48 107 170 -
CMYK 0.72 0.37 0 0.33
HSL 210.98º 0.56% 0.43% -
HSV(B) 210.98º 0.72% 0.67% -
XYZ 13.73 14.05 40.02 -
YUV 96.54 169.45 93.38 -
System Red Green Blue C M Y K H S L
Decimal 48 107 170 0.72 0.37 0 0.33 210.98 0.56 0.43
Hex 30 6B AA 48 25 0 21 D3 38 2B
Octal 60 153 252 110 45 0 41 323 70 53
Binary 110000 1101011 10101010 1001000 100101 0 100001 11010011 111000 101011

Color Harmonies of #306BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BAA

Black with #306BAA

Text Example


Text Example

White with #306BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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