Html Css Color HEX #33699D Lochmara

📋 copy color: '#33699D'

red 51 ◦ green 105 ◦ blue 157

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

Shades of Lochmara #33699D

Tints of Lochmara #33699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

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

R = 16.29%
G = 33.55%
B = 50.16%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33699D (or 0x33699D) is known color: Lochmara. HEX triplet: 33, 69 and 9D. RGB value is (51,105,157). Sum of RGB (Red+Green+Blue) = 51+105+157=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #33699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33699D is #CC9662. Grayscale: #5E5E5E. Windows color (decimal): -13407843 or 10316083. OLE color: 10316083.

HSL color Cylindrical-coordinate representation of color #33699D: hue angle of 209.43º 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 #33699D is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 105 157 -
CMYK 0.68 0.33 0 0.38
HSL 209.43º 0.51% 0.41% -
HSV(B) 209.43º 0.68% 0.62% -
XYZ 12.5 13.24 33.8 -
YUV 94.78 163.11 96.77 -
System Red Green Blue C M Y K H S L
Decimal 51 105 157 0.68 0.33 0 0.38 209.43 0.51 0.41
Hex 33 69 9D 44 21 0 26 D1 33 29
Octal 63 151 235 104 41 0 46 321 63 51
Binary 110011 1101001 10011101 1000100 100001 0 100110 11010001 110011 101001

Color Harmonies of #33699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33699D

Black with #33699D

Text Example


Text Example

White with #33699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33699D; }

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

 H1.HeaderClassName
 {
   color: #33699D;
 }
 .AnyTagClassName
 {
   color: #33699D;
 }
</style>

background-color css

<style>
 a { background-color: #33699D; }

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

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

border-color css

<style>
 span { border-color: #33699D; }

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

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