Html Css Color HEX #336B9D Lochmara

📋 copy color: '#336B9D'

red 51 ◦ green 107 ◦ blue 157

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

Shades of Lochmara #336B9D

Tints of Lochmara #336B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.84%

R = 16.19%
G = 33.97%
B = 49.84%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#336B9D (or 0x336B9D) is known color: Lochmara. HEX triplet: 33, 6B and 9D. RGB value is (51,107,157). Sum of RGB (Red+Green+Blue) = 51+107+157=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #336B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336B9D is #CC9462. Grayscale: #5F5F5F. Windows color (decimal): -13407331 or 10316595. OLE color: 10316595.

HSL color Cylindrical-coordinate representation of color #336B9D: hue angle of 208.3º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #336B9D is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 107 157 -
CMYK 0.68 0.32 0 0.38
HSL 208.3º 0.51% 0.41% -
HSV(B) 208.3º 0.68% 0.62% -
XYZ 12.71 13.65 33.86 -
YUV 95.96 162.45 95.93 -
System Red Green Blue C M Y K H S L
Decimal 51 107 157 0.68 0.32 0 0.38 208.3 0.51 0.41
Hex 33 6B 9D 44 20 0 26 D0 33 29
Octal 63 153 235 104 40 0 46 320 63 51
Binary 110011 1101011 10011101 1000100 100000 0 100110 11010000 110011 101001

Color Harmonies of #336B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336B9D

Black with #336B9D

Text Example


Text Example

White with #336B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,107,157); }

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

background-color css

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

 a { background-color: rgb(51,107,157); }

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

border-color css

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

 span { border-color: rgb(51,107,157); }

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