Html Css Color HEX #336FB4 Lochmara

📋 copy color: '#336FB4'

red 51 ◦ green 111 ◦ blue 180

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

Shades of Lochmara #336FB4

Tints of Lochmara #336FB4

RGB

 RED value IS 51 (20.31% from 255) = 14.91%

 GREEN value IS 111 (43.75% from 255) = 32.46%

 BLUE value IS 180 (70.7% from 255) = 52.63%

R = 14.91%
G = 32.46%
B = 52.63%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#336FB4 (or 0x336FB4) is known color: Lochmara. HEX triplet: 33, 6F and B4. RGB value is (51,111,180). Sum of RGB (Red+Green+Blue) = 51+111+180=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #336FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FB4 is #CC904B. Grayscale: #646464. Windows color (decimal): -13406284 or 11824947. OLE color: 11824947.

HSL color Cylindrical-coordinate representation of color #336FB4: hue angle of 212.09º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #336FB4 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 111 180 -
CMYK 0.72 0.38 0 0.29
HSL 212.09º 0.56% 0.45% -
HSV(B) 212.09º 0.72% 0.71% -
XYZ 15.29 15.37 45.34 -
YUV 100.93 172.62 92.39 -
System Red Green Blue C M Y K H S L
Decimal 51 111 180 0.72 0.38 0 0.29 212.09 0.56 0.45
Hex 33 6F B4 48 26 0 1D D4 38 2D
Octal 63 157 264 110 46 0 35 324 70 55
Binary 110011 1101111 10110100 1001000 100110 0 11101 11010100 111000 101101

Color Harmonies of #336FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336FB4

Black with #336FB4

Text Example


Text Example

White with #336FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336FB4; }

 p { color: rgb(51,111,180); }

 H1.HeaderClassName
 {
   color: #336FB4;
 }
 .AnyTagClassName
 {
   color: #336FB4;
 }
</style>

background-color css

<style>
 a { background-color: #336FB4; }

 a { background-color: rgb(51,111,180); }

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

border-color css

<style>
 span { border-color: #336FB4; }

 span { border-color: rgb(51,111,180); }

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